deleteCategory
Delete (or disable) a category, and move all rules / transactions to move_to_category_id. If move_to_category_id is not specified, use UNCATEGORIZED.
deleteCategory(
id: UUID!
moveToCategoryId: UUID
): DeleteCategoryMutation
Arguments
deleteCategory.id ● UUID! non-null scalar
deleteCategory.moveToCategoryId ● UUID scalar
Type
DeleteCategoryMutation object
Delete (or disable) a category, and move all rules / transactions to move_to_category_id. If move_to_category_id is not specified, use UNCATEGORIZED.