Delete trunk

DELETE /v1/Trunks/{Sid}

Represents a SIP trunk

Path parameters

  • Sid string Required

    The unique string that we created to identify the Trunk resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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