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

NameTypeDescription

messageId*

integer

The message's ID.

Headers

NameTypeDescription

Authorization*

string

Bearer {{API_KEY}}

{
  "data": {
    "deleted": 1
  }
}

Last updated