Delete credential list
List of credentials for accessing a trunk
Path parameters
-
The SID of the Trunk from which to delete the credential list.
-
The unique string that we created to identify the CredentialList resource to delete.
DELETE /v1/Trunks/{TrunkSid}/CredentialLists/{Sid}
curl \
-X DELETE https://trunking.twilio.com/v1/Trunks/{TrunkSid}/CredentialLists/{Sid} \
--user "username:password"