Skip to main content
DELETE
/
organizations
/
{orgId}
/
access
/
{entityType}
/
{entityId}
Revoke access from a user or group
curl --request DELETE \
  --url https://api.eu.bronto.io/organizations/{orgId}/access/{entityType}/{entityId} \
  --header 'X-BRONTO-API-KEY: <api-key>'

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

orgId
string
required
entityType
enum<string>
required
Available options:
user,
group
entityId
string
required

Response

Access revoked