cURL
curl --request DELETE \ --url https://api.managem.co.uk/conversations/{id}/messages/{messageId}/attachments/{attachmentId} \ --header 'Authorization: Bearer <token>'
Delete an attachment from a conversation message.
Use this endpoint when a sender removes an attachment from their message.
Behavior:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Message ID
Attachment ID
Attachment deleted