Delete Category
Deletes a category.
Required scope: categories:delete
Request URL: https://api.tracksales.co/v1/categories/{uuid}
Path Params
uuidstringrequired
Category UUID
Responses
200OK
Category deleted successfully.
401Unauthorized
API key is missing or invalid.
403Forbidden
API key lacks the required scope.
404Not Found
Category was not found.