---
title: "Delete a user subscription"
method: DELETE
path: "/v6/users/{user_id}/subscriptions/{subscription_id}"
tags: ["User Subscriptions"]
---

# Delete a user subscription

`DELETE /v6/users/{user_id}/subscriptions/{subscription_id}`

Permanently deletes the specified notification subscription. The user will no longer receive notifications for the subscribed event type via that channel. Returns `400 invalid_subscription_id` if the subscription does not exist.

## Path parameters

- `user_id` string, required
- `subscription_id` string, required

## Response `200`

User subscription deleted.

- SuccessResponse
  - `status` string, required

## Other responses

- `400` — Subscription was not found. The supplied id does not match any subscription for the given user.
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
