DELETE
/
v1
/
subscribers
/
{id}
curl --request DELETE \
  --url https://api.chronhq.com/v1/subscribers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "2t5rlI5ecmSe96tkS4yCBHsBdD",
  "deleted": true,
  "object": "subscriber"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required

The identifier of the subscriber which will be deleted.

Maximum length: 5000

Response

200
application/json
Successful response.
deleted
boolean
required

Always true for a deleted object

id
string
required

Unique identifier for the object.

Maximum length: 5000
object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
subscriber