# Endpoint to unsubscribe from the subscription. To resubscribe, you need to create a new subscription. Endpoint: DELETE /webhook/management/v1/{id} Version: 1.0.0 Security: JSON Web Token ## Path parameters: - `id` (string, required) ID of the subscription to be deleted. Example: "d8znR1k1_0Kw305BsoPT" ## Header parameters: - `Authorization` (string, required) For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token. ## Response 400 fields (application/problem+json): - `name` (string) Example: "ValidationError" - `message` (string) A message containing the error. Example: "Error while validating the JWT token." ## Response 401 fields (application/problem+json): - `name` (string) Example: "UnauthorizedError" - `message` (string) A message containing the error. Example: "Bad request because the client could not be authorized." ## Response 403 fields (application/problem+json): - `name` (string) Example: "ForbiddenError" - `message` (string) A message containing the error. Example: "Bad request because the client is not allowed to update the resource." ## Response 404 fields (application/problem+json): - `name` (string) Example: "NotFoundError" - `message` (string) A message containing the error. Example: "Bad request because the resource cannot be found." ## Response 405 fields (application/problem+json): - `message` (string) A message containing the error. Example: "Bad request because the HTTP method is not allowed." ## Response 406 fields (application/problem+json): - `message` (string) A message containing the error. Example: "Bad request because the server cannot produce a response matching the list of acceptable values." ## Response 500 fields (application/problem+json): - `message` (string) A message containing the error. Example: "Invalid authorization token." ## Response 204 fields