Delete Scaleway API Key
scaleway_iam_delete_api_keyPermanently revoke an API key using its access key. Requires explicit confirmation to proceed, as the action is irreversible and immediately stops all authentication from that key.
Instructions
PERMANENTLY revoke an API key by its access_key. Requires confirm=true. Irreversible - anything using this key stops authenticating immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly true. Deletion is immediate and irreversible - anything using this key stops authenticating right away. | |
| access_key | Yes | The access_key (not secret_key) identifying the key to delete, e.g. 'SCWXXXXXXXXXXXXXXXXX'. |