Skip to main content

deleteGrant

Delete a grant by its id. The caller must have repo:update on the grant's source repo (for repo grants) or resource:update on its source resource (for resource grants).

deleteGrant(
organizationId: ID!
id: UUID!
): GrantPayload

Arguments

deleteGrant.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deleteGrant.id ● UUID! non-null scalar {#id}

The grant's unique identifier.

Type

GrantPayload object