cURL
curl --request DELETE \ --url https://dash.betteruseblockchain.com/api/v1/subscription/{subscriptionId} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a subscription by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the subscription to be deleted.
Subscription deleted successfully. No content is returned.