Delete a specific Webhook

DELETE /v2/Services/{ServiceSid}/Webhooks/{Sid}

TODO: Resource-level docs

Delete a specific Webhook.

Path parameters

  • ServiceSid string Required

    The unique SID identifier of the Service.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the Webhook resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/Services/{ServiceSid}/Webhooks/{Sid}
curl \
 -X DELETE https://verify.twilio.com/v2/Services/{ServiceSid}/Webhooks/{Sid} \
 --user "username:password"