cURL
curl --request DELETE \ --url https://api.dontdie.com/subscription \ --header 'Authorization: Bearer <token>' \ --header 'x-dd-client-id: <api-key>'
Enter your Bearer token in the format: Bearer
Your API client ID for the request
The subscription ID to cancel. If not provided, defaults to DONT_DIE_PREMIUM
No Content - Subscription cancelled successfully
Was this page helpful?