Revoke a single SIP registration
trunk_revoke_registrationEvict a SIP registration binding for a trunk credential. First find the contact ID with trunk_list_credential_registrations.
Instructions
Evict one SIP contact binding from Kamailio usrloc for a credential's AOR. Use trunk_list_credential_registrations first to find the contact_id. Step-up MFA required. Errors: INVALID_ID, MISSING_ID, NO_ACTIVE_CUSTOMER, TRUNK_UNOWNED, NOT_FOUND, GATEWAY_UNAVAILABLE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cred_id | Yes | SIP credential UUID (find it with trunk_list_credentials) | |
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) | |
| contact_id | Yes | usrloc contact ID of the registration binding to revoke (from trunk_list_credential_registrations) |