v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Delete event subscription

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

delete/v3/10dlc/subscriptions

Query parameters

subscription_categorystring required
Example:number

Event category to unsubscribe from.

Response

Returns a success confirmation. The event subscription is removed.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}