Delete a specific Webhook.

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

Delete a specific Webhook.

Path parameters

  • ServiceSid string Required

    The unique SID identifier of the Service.

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

  • Sid string Required

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

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

Responses

  • 204

    The resource was deleted successfully.

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