delete_access_key
Delete an access key from a project by providing its ID. Removes the specified credential to prevent unauthorized access.
Instructions
Delete an access key by ID.
Args: project_id: ID of the project key_id: ID of the access key to delete
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||