numbers.sip_credentials.already_revoked
The SIP credential is already revoked; the rotate or revoke operation is a no-op.
numbers.sip_credentials.already_revoked is returned when a rotate or revoke operation targets a SIP credential that has already been revoked. The platform rejects the request rather than silently treating it as idempotent.
The credential was revoked in a previous request. Attempting to revoke an already-revoked credential returns this error.
If you need a new credential, create a new one rather than trying to rotate a revoked one. Check the credential's status before submitting a revoke request.
{
"error": {
"code": "numbers.sip_credentials.already_revoked",
"message": "credential is already revoked",
"request_id": "req_01900000abc"
}
}