kiota_client_remove
Removes an API client configuration from the Kiota workspace. Optionally deletes generated code files to clean up unused clients.
Instructions
Remove an API client configuration from the Kiota workspace. Optionally cleans up generated code files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientName | Yes | Name of the client to remove | |
| cleanOutput | No | Optional: Delete generated code files when removing configuration (default: false) |