Delete Attachment

Attachments can only be deleted if the conversation is in draft status.

Request

DELETE /v2/conversations/100/attachments/5000 HTTP/1.1
Authorization: Bearer oauth_token

Path Parameters

/v2/conversations/{conversationId}/attachments/{attachmentId}

Response

HTTP/1.1 204 No Content

Moved or merged conversations

When a conversation is merged with another conversation, it is no longer accessible using the old ID. Get Conversation endpoint will return a HTTP 301 Moved Permanently status code and the response will contain a Location header with the URI of the new conversation.

This request will return a HTTP 404 Not Found in such case. If you suspect the conversation you are trying to change was merged, call the Get Conversation endpoint to get a new conversation location.