Delete byoc trunk

DELETE /v1/ByocTrunks/{Sid}

BYOC Trunks allow you to bring your own voice carrier to Twilio, enabling your calls to use our Programmable Voice APIs.

Path parameters

  • Sid string Required

    The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/ByocTrunks/{Sid}
curl \
 -X DELETE https://voice.twilio.com/v1/ByocTrunks/{Sid} \
 --user "username:password"