Deletes the type of work with the specified id.

Deletes the type of work with the specified id. If any tasks, task templates or time entries still use this type, the id of a new type needs to be provided.

Required Permissions
The user must be an admin or have workspace-manage-config:write permissions.

Path parameters

typeOfWorkIdUUIDRequired

The id of the task type.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
typeOfWorkIdUUID or nullOptional

The id of the new task type.

Response

No Content