Cloud Storage JSON API
bucketAccessControls
Copy Page
Cloud Storage JSON API
buckets
/b
GET
/b
POST
/b/{bucket}
DELETE
/b/{bucket}
GET
/b/{bucket}
PATCH
/b/{bucket}
PUT
bucketAccessControls
/b/{bucket}/acl
GET
/b/{bucket}/acl
POST
/b/{bucket}/acl/{entity}
DELETE
/b/{bucket}/acl/{entity}
GET
/b/{bucket}/acl/{entity}
PATCH
/b/{bucket}/acl/{entity}
PUT
defaultObjectAccessControls
/b/{bucket}/defaultObjectAcl
GET
/b/{bucket}/defaultObjectAcl
POST
/b/{bucket}/defaultObjectAcl/{entity}
DELETE
/b/{bucket}/defaultObjectAcl/{entity}
GET
/b/{bucket}/defaultObjectAcl/{entity}
PATCH
/b/{bucket}/defaultObjectAcl/{entity}
PUT
objects
/b/{bucket}/o
GET
/b/{bucket}/o
POST
/b/{bucket}/o/watch
POST
/b/{bucket}/o/{object}
DELETE
/b/{bucket}/o/{object}
GET
/b/{bucket}/o/{object}
PATCH
/b/{bucket}/o/{object}
PUT
/b/{destinationBucket}/o/{destinationObject}/compose
POST
/b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}
POST
objectAccessControls
/b/{bucket}/o/{object}/acl
/b/{bucket}/o/{object}/acl
/b/{bucket}/o/{object}/acl/{entity}
/b/{bucket}/o/{object}/acl/{entity}
/b/{bucket}/o/{object}/acl/{entity}
/b/{bucket}/o/{object}/acl/{entity}
channels
/channels/stop
bucketAccessControls
MCP
Copy Page
/b/{bucket}/acl/{entity}
DELETE
/b/{bucket}/acl/{entity}
Try it
Run in Apidog
Run in Apidog
Permanently deletes the ACL entry for the specified entity on the specified bucket.
Request
Path Params
Generate Code
Responses
🟢
200
Successful response
application/json
Generate Code
Body
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://storage.googleapis.com/storage/v1beta2/b//acl/'
Response
Response Example
{
}
Modified atÂ
2023-08-15 08:12:16
Previous
/b/{bucket}/acl
Next
/b/{bucket}/acl/{entity}