delete https://app.docupanda.io/class/
Delete a class from the taxonomy of classes by providing the class ID.
Responses
Delete a class from the taxonomy of classes by providing the class ID.
xxxxxxxxxx
curl --request DELETE \
--url https://app.docupanda.io/class/class_id \
--header 'accept: application/json'
xxxxxxxxxx
{
"success": true
}