Deletes a project status.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectStatusIdstringRequiredformat: "uuid"
The id of the project status to delete.

Request

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

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error