| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/admin/buckets/:bucketName/policy | DELETE | Yes |
Removes the policy from any bucket, regardless of owner. Any access it previously granted to unauthenticated requests stops immediately.
Returns 204 No Content on success.
| Status | Reason |
|---|---|
400 | Missing bucket name |
404 | Bucket not found |