Company logoTrust Center Documentation
API v1 ReferenceSubscribersId

Delete subscriber

Delete one subscriber and its classification selections for the current tenant. Browse request parameters, authentication requirements, response payloads,…

DELETE
/api/v1/subscribers/{id}

Delete one subscriber and its classification selections for the current tenant.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Subscriber ID

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/subscribers/string"
{  "success": true,  "data": {    "id": "string"  }}

How is this guide?