Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
Revoke direct access
Revoke one principal’s direct access. Revoking an assignment that does not exist succeeds as a no-op.
DELETE
/
api
/
v2
/
projects
/
{projectUuid}
/
direct-access
/
{resourceType}
/
{resourceUuid}
/
assignments
/
{principalType}
/
{principalUuid}
Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Closed registry of resource types that support direct access grants.
Growing this union means adding a resource registry entry, an
AccessTarget mapping, and grant tables — never a new handler hierarchy.
Available options:
dashboard, chart, sqlChart, app Available options:
user, group Was this page helpful?