Remove an Attachment

Delete an attachment. Deleted attachments cannot be retrieved.

Endpoint

DELETE /v1/attachments/{attachmentId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

attachmentId  REQUIRED

string (UUID)

ID of the attachment.

Request Body

None

Returns

If successful, returns 200 Attachment was deleted.

SAMPLE RESPONSE

				
					{
  200 Attachment was deleted.
}
				
			
Exit mobile version