Deletes the task status with the specified id.

Deletes the project’s task status with the specified id. To delete the task status, the user need write permissions on feature Project-Master-Data. If the status still has related tasks, it’s necessary to provide another task status to move the tasks to.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project.

taskStatusIdUUIDRequired

The id of the task status.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
taskStatusIdUUID or nullOptional

The id of the task status all related tasks will be changed to.

Response

No Content