Glanced
Glanced

Bulk unsubscribe

Unsubscribe from multiple subscriptions at once.

DELETE
/v1/subscriptions
AuthorizationBearer <token>

API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

DELETE '/v1/subscriptions'.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/subscriptions" \  -H "Content-Type: application/json" \  -d '{    "subscription_ids": [      "97d30d42-af8d-4188-be08-78790d810796"    ]  }'
{  "message": "string"}

How is this guide?