Delete Scaleway API Key
scaleway_iam_delete_api_keyPermanently revoke an API key by its access_key. Requires confirm=true to complete the irreversible deletion, immediately stopping authentication for anything using the 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'. |