Revoke a single SIP registration
trunk_revoke_registrationRevoke a SIP registration binding for a credential by providing trunk ID, credential ID, and contact ID. Evicts the contact from Kamailio usrloc, requiring the contact ID from listing 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) |