Delete a credential list mapping from the requested domain
DELETE
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json https://api.twilio.com
Delete a credential list mapping from the requested domain
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the CredentialListMapping resources to delete. | `AC${string}` |
DomainSid
required
The SID of the SIP domain that contains the resource to delete. | `SD${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. | `CL${string}` |
Responses
204
The resource was deleted successfully.
unknown