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.

Path parameters

projectStatusIdUUIDRequired

Id of the task status which will be deleted.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
projectStatusIdUUID or nullOptional

The id of the new project status to assign.

Response

No Content