# Delete

## Delete

<mark style="color:red;">`DELETE`</mark> `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.&#x20;

#### Path Parameters

| Name       | Type    | Description                          |
| ---------- | ------- | ------------------------------------ |
| shortcutId | integer | Array of shortcuts ids to be deleted |

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer {{api\_key}} |

{% tabs %}
{% tab title="200 " %}

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

{% endtab %}
{% endtabs %}
