Deletes the task status with the specified id.

<Checks> - User needs 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 - Cannot delete last status of type 'todo' or 'done' - Status must not be external </Checks> <Check title="Required Permissions">Any authenticated user.</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 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