[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

NameTypeDescription

snoozeId*

integer

ID of the snooze

Headers

NameTypeDescription

Authorization*

string

Bearer {{API_KEY}}

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

Last updated