DELETE
/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.jsonDelete a signing key
Deletes a specific signing key from an account. Supply the account and signing key SIDs to identify the resource you want to remove.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID associated with the signing key. Must be a 34-character SID beginning with `AC`.
Sidstringrequired
The unique signing key SID to delete. Must be a 34-character SID beginning with `SK`.
204Confirms that the signing key was deleted successfully and returns no response body.
Error handling
AccountSid must be a 34-character account SID beginning with AC, and Sid must be a 34-character signing key SID beginning with SK. Use the SIDs for the account and signing key you intend to delete.