Delete origination url

DELETE /v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}

Network element entry points into your communications infrastructure

Path parameters

  • TrunkSid string Required

    The SID of the Trunk from which to delete the OriginationUrl.

  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

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