Delete deal discount
documentedDelete a discount from a deal (v2).
DELETE /api/v2/deals/{id}/discounts/{discount_id}Dealsno implementation yet0 runsNo 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://{{PIPEDRIVE_DOMAIN}}.pipedrive.com/api/v2/deals/{{$id}}/discounts/{{$discount_id}}" \
-X DELETE \
-H "Accept: application/json" \
-H "x-api-token: {{PIPEDRIVE_API_KEY}}"