Delete Category

Delete a category (this will also remove all transcription associations)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

category_idUUIDRequired
ID of the category to delete

Response

Returns success message
messagestring
Success message
deleted_idUUID
ID of the deleted category

Errors

404
Category Not Found