| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/buckets/:bucketName/policy | DELETE | No |
Removes the policy from a bucket you own. 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 (or not owned by you) |