Delete a credential resource.

DELETE /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json

Username and password information for SIP Domains

Delete a credential resource.

Path parameters

  • AccountSid string Required

    The unique id of the Account that is responsible for this resource.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AC[0-9a-fA-F]{32}$.

  • CredentialListSid string Required

    The unique id that identifies the credential list that contains the desired credentials.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CL[0-9a-fA-F]{32}$.

  • Sid string Required

    The unique id that identifies the resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CR[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
curl \
 --request DELETE 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json' \
 --user "username:password"