[Under Construction] Delete Snooze
Delete a specific Snooze
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
Delete Snooze
DELETE
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.
Path Parameters
Name | Type | Description |
---|---|---|
snoozeId* | integer | ID of the snooze |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer {{API_KEY}} |
Last updated