Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json

Delete a usage trigger

Deletes an existing usage trigger from an account. Use AccountSid and Sid to identify the account and trigger you want to remove. A successful response contains no response body.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
AccountSidstringrequired
The 34-character SID of the account that created the usage trigger, matching the `AC` SID format.
Sidstringrequired
The 34-character SID of the usage trigger to delete, matching the `UT` SID format.

1 status code
204Confirms that the usage trigger was deleted successfully.

Error handling

AccountSid must be a 34-character account SID beginning with AC, and Sid must be a 34-character usage trigger SID beginning with UT. Both identifiers must refer to the account and usage trigger you want to delete.