Deletes a company. 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
- Type: stringidrequired
Company ID
Responses
- 204
No Content
- application/problem+json
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for delete/api/v1/network/companies/{id}
curl 'https://app.propstreet.com/api/v1/network/companies/{id}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body