qui_delete_api_key
Delete an API key by its ID through the qui API. Pass the key ID as a path variable to revoke access and remove the credential permanently.
Instructions
Call qui's DELETE /api-keys/{id} endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |