Delete a category by ID
The unique identifier of the category to delete
void
401 - Not authenticated
403 - Admin privileges required
404 - Category not found
import { deleteCategory } from "@cpod/sdk";await deleteCategory("category-123");console.log("Category deleted successfully"); Copy
import { deleteCategory } from "@cpod/sdk";await deleteCategory("category-123");console.log("Category deleted successfully");
Delete a category by ID