Delete plan item

DELETE /planItems/{planItemId}

Manage plan items, i.e. resource roles, cost or revenue items, milestones and phases.

Path parameters

  • planItemId string Required

    The plan item's unique document ID, i.e. project.planItems[].

Responses

  • Successful response

  • 400 application/json

    Bad Request

    Hide response attributes Show response attributes object
  • 500 application/json

    Internal Server Error

    Hide response attributes Show response attributes object
DELETE /planItems/{planItemId}
curl \
 -X DELETE https://open.api.missionx.ai/v1/planItems/{planItemId}
Response examples (400)
{
  "message": "string",
  "code": "string",
  "data": {
    "key": null
  }
}
Response examples (500)
{
  "message": "string",
  "code": "string",
  "data": {
    "key": null
  }
}