cURL
curl --request DELETE \ --url https://api.example.com/api/storage/s3/access-keys/{id} \ --header 'x-api-key: <api-key>'
{ "error": "VALIDATION_ERROR", "message": "Invalid request", "statusCode": 400, "nextActions": "Check your request parameters" }
Revoke an S3 access key by its id. The in-memory LRU cache is invalidated synchronously so subsequent S3 protocol requests with this credential return 403 InvalidAccessKeyId.
403 InvalidAccessKeyId
UUID of the access key to revoke (from the create/list response)
Access key revoked