Deletes a project type and reassigns related projects and templates.

<Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectTypeIdstringRequiredformat: "uuid"
The id of the project type.

Request

The model to delete the project type.
projectTypeIdstring or nullOptionalformat: "uuid"
The id of the new project type.

Response

No Content

Errors