conversations

Delete attachment

Delete an attachment from a conversation message.

Use this endpoint when a sender removes an attachment from their message.

Behavior:

  • Validates conversation membership.
  • Removes the attachment record and returns a no-content response.
delete/conversations/{id}/messages/{messageId}/attachments/{attachmentId}

Path parameters

idstring required

Conversation ID

Conversation ID

messageIdstring required

Message ID

Message ID

attachmentIdstring required

Attachment ID

Attachment ID

Response

Attachment deleted

Changes

No recorded changes to this endpoint across all 51 revisions of this API.