DELETE
/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.jsonDelete 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.
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.
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.