Skip to main content

Delete a notification channel

DELETE 
/notification_channels/:id

Delete a notification channel.

Request

Path Parameters

    id uuidrequired

    The id of the resource.

Responses

200: A Notification Channel response

default: Unexpected error

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/notification_channels/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": {
"id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"notification_profile_id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"channel_type_id": "sms",
"channel_destination": "+13125550000",
"created_at": "2019-10-15T10:07:15.527Z",
"updated_at": "2019-10-15T10:07:15.527Z"
}
}