Delete credential list

DELETE /v1/Trunks/{TrunkSid}/CredentialLists/{Sid}

List of credentials for accessing a trunk

Path parameters

  • TrunkSid string Required

    The SID of the Trunk from which to delete the credential list.

  • Sid string Required

    The unique string that we created to identify the CredentialList resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Trunks/{TrunkSid}/CredentialLists/{Sid}
curl \
 -X DELETE https://trunking.twilio.com/v1/Trunks/{TrunkSid}/CredentialLists/{Sid} \
 --user "username:password"