Delete a specific Webhook
TODO: Resource-level docs
Delete a specific Webhook.
Path parameters
-
The unique SID identifier of the Service.
-
The Twilio-provided string that uniquely identifies the Webhook resource to delete.
DELETE /v2/Services/{ServiceSid}/Webhooks/{Sid}
curl \
-X DELETE https://verify.twilio.com/v2/Services/{ServiceSid}/Webhooks/{Sid} \
--user "username:password"