---
title: "Delete event subscription"
method: DELETE
path: "/v3/10dlc/subscriptions"
tags: ["10DLC"]
---

# Delete event subscription

`DELETE /v3/10dlc/subscriptions`

Removes the 10DLC event subscription for the specified event category.

## Query parameters

- `subscription_category` string, required

## Response `200`

Returns a success confirmation. The event subscription is removed.

- object
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `400` — Request failed. Missing or invalid parameter <param_name>
- `403` — Returns when the 10DLC feature is disabled for the account.

## Changes

- **2026-05-25** `33be77905120` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2026-04-20** `2e48fd9894e1` — 3 info
  - api operation id `DeleteaWavix10DLCeventsubscription` removed and replaced with `ten_dlc_subscriptions_delete`
  - added `#/components/schemas/SuccessResponse` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/SuccessfulRequest` from the response body `allOf` list for the response status `200`
- **2026-02-12** `fabaadf195a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wavix/apis/wavix-apis/changes/v3/10dlc/subscriptions/delete.md)

---

[API](https://skmtc.dev/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.dev/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
