Delete a shortcut
DELETE https://{{account_id}}.acquire.io/api/v1/crm/message-shortcut?id={{shortcutId}}
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.
shortcutId
integer
Array of shortcuts ids to be deleted
Authorization
string
Bearer {{api_key}}
{ "data": { "deleted": 1 } }
Last updated 4 years ago