
Delete
CertifiedDelete a deal from Pipedrive CRM
Delete
Certified
Delete a deal from Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.deals.DeleteExamples
yaml
id: pipedrive_delete_deal
namespace: company.team
tasks:
- id: delete_deal
type: io.kestra.plugin.pipedrive.deals.Delete
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
dealId: 123
Properties
apiToken *Requiredstring
dealId *Requiredintegerstring
apiUrl string
Default
https://api.pipedrive.com/api/v2