Sign in

Delete deal participant

documented

Remove a participant from a deal (v2).

DELETE /api/v2/deals/{id}/participants/{participant_id}Dealsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$company_domain}}.pipedrive.com/v1/deals/{{$id}}/participants/{{$deal_participant_id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete deal participant · Pipedrive · OpenIntegrations