API v1 ReferenceProject TypesDeletes a project type and reassigns related projects and templates.Copy pagePOSThttps://api.awork.com/api/v1/projecttypes/:projectTypeId/delete <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersprojectTypeIdstringRequiredformat: "uuid"The id of the project type.RequestThe model to delete the project type.projectTypeIdstring or nullOptionalformat: "uuid"The id of the new project type.ResponseNo ContentErrors400Bad Request Error404Not Found Error