Skip to main content
DELETE
/
v1
/
snoozed-contacts
/
{id}
cURL
curl --request DELETE \
  --url https://client-api.salesfinity.co/v1/snoozed-contacts/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}
Removes a contact from the snoozed list, allowing them to appear in call lists again immediately.

Path Parameters

  • id (required, string): Snoozed contact ID (MongoDB ObjectId)

Response

Returns a success message if deleted, or 404 if not found.
{
  "message": "Snoozed contact deleted successfully"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Snoozed contact ID

Response

Snoozed contact deleted successfully

message
string