Delete a grant
Remove a grant from a directory. The principal immediately loses the associated permission.
DELETE
Delete a grant
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a grant from a directory. The principal immediately loses the associated permission.
curl --request DELETE \
--url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId}/grants/{grantId} \
--header 'Authorization: Bearer <token>'curl --request DELETE \
--url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId}/grants/{grantId} \
--header 'Authorization: Bearer <token>'