deleteComponentPermission
Deletes a ComponentPermission, requires ADMIN on all Components the permission currently affects. Ensures that after the permission is deleted, all previously affected Components still have a permission which grants ADMIN to at least one user.
graphql
deleteComponentPermission(
input: DeleteNodeInput!
): DeleteNodePayload!Arguments
deleteComponentPermission.input ● DeleteNodeInput! non-null input
Defines which ComponentPermission to delete
Type
DeleteNodePayload object
Payload type for delete node mutations