Removes a prospect from the project while preserving timeline history.
This emits a prospect.updated webhook with action.type: "removed".
The prospect can be restored by undoing the remove action.
Path Parameters
- Type: stringproject
Id requiredProject ID
- Type: stringidrequired
Prospect ID
Responses
- 204
No Content
- application/problem+json
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for post/api/v1/projects/{projectId}/prospects/{id}/remove
curl 'https://app.propstreet.com/api/v1/projects/{projectId}/prospects/{id}/remove' \
--request POST \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body