Deletes the project type with the specified id.

Deletes the project type with the specified id. If an id of a new type is provided, projects will be updated to reference the new type. If no id of a new type is provided, the type will be removed from the projects.

Required Permissions
The user must be an admin or have project-manage-config:write permissions.

Path parameters

projectTypeIdUUIDRequired

The id of the project type.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
projectTypeIdUUID or nullOptional

The id of the new project type.

Response

No Content