Deletes a prospect from a project.

This emits a prospect.deleted webhook and expires the prospect record.

Path Parameters
  • projectId
    Type: string
    required

    Project ID

  • id
    Type: string
    required

    Prospect ID

Responses
  • 204

    No Content

  • application/problem+json
  • application/problem+json
  • application/problem+json
  • application/problem+json
Request Example for delete/api/v1/projects/{projectId}/prospects/{id}
curl 'https://app.propstreet.com/api/v1/projects/{projectId}/prospects/{id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body