Delete a subscription

To delete a subscription, you can call the following endpoint:

DELETE https://webhook.apaleo.com/v1/subscriptions/{id}

If a subscription with this id is found, then the service returns a 204 status code; on the other hand, if it is not found, it returns a 404 status code.