Path parameters
-
The SID of the Service to delete the resource from.
-
The Twilio-provided string that uniquely identifies the Binding resource to delete.
DELETE /v1/Services/{ServiceSid}/Bindings/{Sid}
curl \
-X DELETE https://notify.twilio.com/v1/Services/{ServiceSid}/Bindings/{Sid} \
--user "username:password"