cURL
curl --request DELETE \ --url https://api.gcore.com/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name}/policy \ --header 'Authorization: <api-key>'
This response has no body data.
Removes the access policy from an S3 bucket, reverting to default permissions.
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
Was this page helpful?