Delete project person

DELETE /projects/{projectId}/people/{personId}

Manage a project's people.

Path parameters

  • projectId string Required

    The project's unique document ID.

  • personId string Required

    The project's person unique document ID, i.e. project.people[].person.

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 /projects/{projectId}/people/{personId}
curl \
 -X DELETE https://open.api.missionx.ai/v1/projects/{projectId}/people/{personId}
Response examples (400)
{
  "message": "string",
  "code": "string",
  "data": {
    "key": null
  }
}
Response examples (500)
{
  "message": "string",
  "code": "string",
  "data": {
    "key": null
  }
}