DELETE
/
subscriptions
/
{id}
curl --request DELETE \
  --url https://api.alguna.io/subscriptions/{id} \
  --header 'Authorization: Bearer <token>'

Deletes a subscription. This can only be done if the subscription is in the draft status.

Params

id
string
required

The unique identifier of the subscription to delete