Deletes a project status.

Required Permissions
Any authenticated user.

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.

Response

No Content

Errors