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
    • message string

      An error message.

    • code string

      An error code to handle specific error responses.

    • data object

      Optionally, additional data to help handle the error.

      Additional properties are allowed.

  • 500 application/json

    Internal Server Error

    Hide response attributes Show response attributes object
    • message string

      An error message.

    • code string

      An error code to handle specific error responses.

    • data object

      Optionally, additional data to help handle the error.

      Additional properties are allowed.

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