rca_auth_rotate_key
Deactivate an existing API key and generate a replacement for the same account. Admin role required (Enterprise plan).
Instructions
Deactivate one of your existing API keys and generate a replacement for the same account. Admin role required (Enterprise plan).
Args: params (RotateKeyInput): key_id of your existing key to rotate
Returns: str: JSON with old_key_id, new_key_id, api_key (new raw key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |