cURL
curl --request DELETE \ --url https://api.gcore.com/storage/v4/object_storages/{storage_id}/access_keys/{access_key} \ --header 'Authorization: <api-key>'
This response has no body data.
Deletes an access key from an S3-compatible storage.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Storage ID
Access key to delete
Was this page helpful?