Delete Message
Delete a message.
Delete a message
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.
Path Parameters
Name
Type
Description
messageId*
integer
The message's ID.
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Last updated