# Delete project person **DELETE /projects/{projectId}/people/{personId}** Manage a project's people. ## Servers - https://open.api.missionx.ai/v2: https://open.api.missionx.ai/v2 () ## Authentication methods - O auth2 ## Parameters #### Path parameters - **projectId** (string) The project's unique document ID. - **personId** (string) The project's person unique document ID, i.e. `project.people[].person._id`. ## Responses ### 200: Successful response ### 400: Bad Request #### Body Parameters: application/json (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. ### 500: Internal Server Error #### Body Parameters: application/json (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. [Powered by Bump.sh](https://bump.sh)