Skip to main content

Delete Phone Number Campaign

DELETE 
/phone_number_campaigns/:phoneNumber

This endpoint allows you to remove a campaign assignment from the supplied phoneNumber.

Request

Path Parameters

    phoneNumber Phonenumberrequired

Responses

200: Successful Response

default: Unexpected error

Request samples


curl -L -X DELETE 'https://api.telnyx.com/10dlc/phone_number_campaigns/:phoneNumber' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"phoneNumber": "+18005550199",
"brandId": "7ba705b7-22af-493f-addc-ac04b7ca071c",
"tcrBrandId": "BBRAND1",
"campaignId": "string",
"tcrCampaignId": "CCAMPA1",
"telnyxCampaignId": "3008dd9f-66d7-40e0-bf23-bf2d8d1a96ba",
"createdAt": "2024-07-26T07:46:18.357Z",
"updatedAt": "2024-07-26T07:46:18.357Z"
}