> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/delete-grant-category.md).

# DeleteGrantCategory

The result object when deleting a grant category.

```graphql
type DeleteGrantCategory {
  success: Boolean!
}
```

### Fields

#### success ● [`Boolean!`](/api/graphql/data-access/scalars/boolean.md) non-null scalar <a href="#success" id="success"></a>

### Implemented By

[`DeleteGrantCategoryResult`](/api/graphql/data-access/unions/delete-grant-category-result.md) union
