Delete

Delete a shortcut

Delete

DELETE https://{{account_id}}.acquire.io/api/v1/crm/message-shortcut?id={{shortcutId}}

Delete a message shortcut. The shortcutId must be passed in to the endpoint as a query parameter. Warning: This action cannot be undone.

Path Parameters

NameTypeDescription

shortcutId

integer

Array of shortcuts ids to be deleted

Headers

NameTypeDescription

Authorization

string

Bearer {{api_key}}

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

Last updated