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 haveproject-manage-config:write
permissions.Path parameters
projectTypeId
The id of the project type.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
projectTypeId
The id of the new project type.
Response
No Content