curl --request DELETE \
--url https://apigcp.trynia.ai/v2/categories/{category_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a category. Data sources with this category will become uncategorized.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/categories/{category_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?