Skip to content

deleteProjectPermission

Deletes a ProjectPermission, requires ADMIN on all Projects the permission currently affects. Ensures that after the permission is deleted, all previously affected Projects still have a permission which grants ADMIN to at least one user.

graphql
deleteProjectPermission(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments

deleteProjectPermission.input ● DeleteNodeInput! non-null input

Defines which ProjectPermission to delete

Type

DeleteNodePayload object

Payload type for delete node mutations

Released under the MIT License.