curl --request DELETE \
--url https://apigcp.trynia.ai/v2/categories/{category_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Delete a category. Data sources with this category will become uncategorized.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/categories/{category_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Was this page helpful?