---
title: "Endpoint to unsubscribe from the subscription."
method: DELETE
path: "/webhook/management/v1/{id}"
tags: ["Endpoints"]
---

# Endpoint to unsubscribe from the subscription.

`DELETE /webhook/management/v1/{id}`

To resubscribe, you need to create a new subscription.

## Path parameters

- `id` string, required — ID of the subscription.

## Headers

- `Authorization` string, required

## Response `204`

OK. The subscription was successfully deleted.

## Other responses

- `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.

---

[API](https://skmtc.net/ratepay/apis/subscription-webhooks.md) · [All operations](https://skmtc.net/ratepay/apis/subscription-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ratepay/subscription-webhooks/versions/5195c471cb79/schema)
