Skip to main content
DELETE
/
conversations
/
{id}
/
messages
/
{messageId}
/
attachments
/
{attachmentId}
Delete attachment
curl --request DELETE \
  --url https://api.managem.co.uk/conversations/{id}/messages/{messageId}/attachments/{attachmentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Conversation ID

messageId
string
required

Message ID

attachmentId
string
required

Attachment ID

Response

Attachment deleted