DELETE
/
api
/
v1
/
subscription
/
{subscriptionId}
curl --request DELETE \
  --url https://dash.betteruseblockchain.com/api/v1/subscription/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

subscriptionId
string
required

The unique identifier of the subscription to be deleted.

Response

204

Subscription deleted successfully. No content is returned.