> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitsearch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a grant

> Remove a grant from a directory. The principal immediately loses the associated permission.

Removes a grant from a directory. The principal immediately loses the associated permission.

### Path parameters

<ParamField path="organizationId" type="string" required>
  The UUID of the owning organization.
</ParamField>

<ParamField path="directoryId" type="string" required>
  The UUID of the directory.
</ParamField>

<ParamField path="grantId" type="string" required>
  The UUID of the grant to delete.
</ParamField>
