Endpoint to unsubscribe from the subscription.

To resubscribe, you need to create a new subscription.

SecurityJSON Web Token
Request
path Parameters
id
required
string = 20 characters ([A-Za-z0-9_-]{20})

ID of the subscription to be deleted.

Example: d8znR1k1_0Kw305BsoPT
header Parameters
Authorization
required
string

For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token.

Responses
204

OK. The subscription was successfully deleted.

400

Bad request due to a client error in path parameters, header or body.

401

Bad request because the client cannot be authorized.

403

Bad request because the client is not allowed to delete the resource.

404

Bad request because the resource cannot be found.

405

Bad request because the HTTP method is not allowed.

406

Bad request because the server cannot produce a response matching the list of acceptable values.

500

An internal server error occurred while processing the request.

delete/webhook/management/v1/{id}
Request samples
Response samples
application/problem+json
{
  • "name": "ValidationError",
  • "message": "Error while validating the JWT token."
}