API Sections Resource types Resource type Categories
Delete the requested category, you are not able to delete a category until every subcategory below it has been removed and it is no longer associated with any items.
URL : /v3/resource-types/{resource_type_id}/categories/{category_id}
Method : DELETE
Code : 204
No Content
Code : 409
Content :
{
"message": "Unable to handle your request, dependent data exists or foreign key error."
}
Code : 404
Content :
{
"message": "The category can't be found."
}
Code : 403
Content :
{
"message": "Category can't be found or is not accessible to you."
}