Deletes the task status with the specified id.

If the status to delete is still used by tasks, another task status to move the tasks to must be provided. The last status of type 'todo' or 'done' cannot be deleted. <Check title="Required Permissions" icon="key">The user must either have `project-planning-data:write` permissions or must be creator of the project.</Check>

Authentication

AuthorizationBearer

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

Path parameters

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

Request

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

Response

No Content

Errors