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

Delete a SIP credential list

Deletes a SIP credential list from an Account. Identify the credential list with its Account and list identifiers before removing the list and its resource association.

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

2 parameters
AccountSidstringrequired
The unique identifier of the Account responsible for the credential list. Must be a 34-character identifier matching `^AC[0-9a-fA-F]{32}$`.
Sidstringrequired
The unique identifier of the credential list to delete. Must be a 34-character identifier matching `^CL[0-9a-fA-F]{32}$`.

1 status code
204Confirms that the SIP credential list was deleted successfully and returns no response body.

Error handling

AccountSid must be a 34-character identifier matching ^AC[0-9a-fA-F]{32}$, and Sid must be a 34-character credential list identifier matching ^CL[0-9a-fA-F]{32}$. Each identifier must identify the resource specified by its position in the path.