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. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
taskStatusIdstringRequiredformat: "uuid"
The id of the task status.

Headers

AuthorizationstringRequired

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

Request

The model to delete the task status.
taskStatusIdstring or nullOptionalformat: "uuid"
The id of the task status all related tasks will be changed to.

Response

No Content