Delete usage trigger
Webhooks that notify you of usage thresholds
Path parameters
-
The SID of the Account that created the UsageTrigger resources to delete.
-
The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete.
DELETE /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json \
--user "username:password"