> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/rest-apis/conversation/snooze/delete-snooze.md).

# \[Under Construction] Delete Snooze

{% hint style="info" %}
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.&#x20;
{% endhint %}

## Delete Snooze

<mark style="color:red;">`DELETE`</mark> `https://{{acount_id}}.acquire.io/api/v1/crm/follow-up/{{snoozeId}}`

**This endpoint is under construction** \
\
Delete a specific snooze based on its ID. The **snoozeId** must be passed in to the endpoint as a path parameter. Snoozes may *only* be deleted by the agent who created them. **Warning**: This action cannot be undone.&#x20;

#### Path Parameters

| Name                                       | Type    | Description      |
| ------------------------------------------ | ------- | ---------------- |
| snoozeId<mark style="color:red;">\*</mark> | integer | ID of the snooze |

#### Headers

| Name                                            | Type   | Description         |
| ----------------------------------------------- | ------ | ------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Bearer {{API\_KEY}} |

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

```
{
  "data": {
    "success": true,
    "message": "Snooze has been removed successfully"
  }
}
```

{% endtab %}
{% endtabs %}
