Skip to main content
DELETE
/
api
/
v1
/
buckets
/
{bucket_id}
/
permissions
/
{perm_id}
Revoke bucket permission
curl --request DELETE \
  --url https://api.example.com/api/v1/buckets/{bucket_id}/permissions/{perm_id} \
  --header 'Authorization: <api-key>'
{
  "deleted": true,
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

bucket_id
string
required

Bucket ID

perm_id
string
required

Permission entry ID

Response

OK

deleted
boolean
id
string