Delete a message.
Last updated 2 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/crm/objects/case-message/{{messageId}}
DELETE
https://{{account_id}}.acquire.io/api/v1/crm/objects/case-message/{{messageId}}
Deletes a message. The messageId must be passed into the endpoint as a path parameter. Warning: This action cannot be undone.
{ "data": { "deleted": 1 } }
messageId*
integer
The message's ID.
Authorization*
string
Bearer {{API_KEY}}