Deletes a contact. Automatically removes from active prospect lists.

Timeline history for affected projects is preserved. Each prospect removal fires a prospect.updated webhook with action.type: "removed".

Path Parameters
  • id
    Type: string
    required

    Contact ID

Responses
  • 204

    No Content

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