Delete Policy

Remove the policy from any bucket as an admin.
EndpointMethodAdmin Required
/api/v1/admin/buckets/:bucketName/policyDELETEYes

Removes the policy from any bucket, regardless of owner. Any access it previously granted to unauthenticated requests stops immediately.

Path Parameters

bucketName
string required
The name of the bucket.

Response

Returns 204 No Content on success.

Errors

StatusReason
400Missing bucket name
404Bucket not found