Delete subscriber
Delete one subscriber and its classification selections for the current tenant. Browse request parameters, authentication requirements, response payloads,…
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?