Delete a Message
This endpoint allows you to delete a message and it's attachments from the conversation.
Settings:
URL | |
Method | JSON via DELETE |
Authorization:
Header Parameter | Description |
api_access_token | user API key |
The user API key provides access to endpoints based on the user permissions levels and can be obtained by visiting the profile page.
Path Parameters:
Parameter | Description | Required |
account_id | The numeric id of the account | yes |
conversation_id | The numeric id of the conversation | yes |
message_id | The numeric id of the message | yes |