Deleting a Subscription
DELETE /api/subscriptions/{subscriptionId}
Request
A subscription can be removed by sending a DELETE request to the /api/subscriptions/{subscriptionId} resource.
Sample Request
curl -X DELETE "https://TENANT_NAME.mambu.com/api/subscriptions/071569bc-89f2-4b52-8277-6ed9614ffbb3" \
-H "Accept: application/vnd.mambu.v2+json"
Response
The possible responses for the delete are:
204: The subscription has been successfully deleted.404: The subscription does not exist.