Deletes the project status with the specified id.

Deletes the project status with the specified id. If it was a status of a project and the project is currently having that status, a new status needs to be passed.

Authentication

AuthorizationBearer

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

Path parameters

projectStatusIdstringRequiredformat: "uuid"
Id of the task status which will be deleted.

Request

The model to delete the status.
projectStatusIdstring or nullOptionalformat: "uuid"
The id of the new project status to assign.

Response

No Content