Deletes the task status with the specified id.

POST

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

projectIdstringRequired
The id of the project.
taskStatusIdstringRequired
The id of the task status.

Request

This endpoint expects an object.
taskStatusIdstringOptional
The id of the task status all related tasks will be changed to.