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.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^TK[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

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