Path parameters
-
The SID of the Assistant that is the parent of the resources to delete.
-
The Twilio-provided string that uniquely identifies the Webhook resource to delete.
DELETE /v1/Assistants/{AssistantSid}/Webhooks/{Sid}
curl \
-X DELETE https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Webhooks/{Sid} \
--user "username:password"