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

Delete 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.

2 parameters
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`.

1 status code
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.