Skip to main content
DELETE
/
api
/
v1
/
subscriptions
/
{externalSubscriptionId}
Delete a subscription
curl --request DELETE \
  --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/{externalSubscriptionId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

externalSubscriptionId
string
required

External ID of the subscription

Response

Subscription deleted successfully