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
}

Changes

Changed in 3 of the 50 revisions of this API.5

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id DeleteaWavix10DLCeventsubscription removed and replaced with ten_dlc_subscriptions_delete

      api-operation-id-removed

    • added SuccessResponse to the response body allOf list for the response status 200

      response-body-all-of-added

    • removed SuccessfulRequest from the response body allOf list for the response status 200

      response-body-all-of-removed

    This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added