Delete Category

Deletes a category.

DELETEhttps://api.tracksales.co/api/v1/categories/{uuid}

Required scope: categories:delete

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.