
Pipedrive Delete
CertifiedDelete a person from Pipedrive CRM
Pipedrive Delete
Certified
Delete a person from Pipedrive CRM
Deletes a person in Pipedrive. Pipedrive soft-deletes the record: it is moved to the trash and only purged permanently after 30 days, during which it can still be restored from the Pipedrive UI.
yaml
type: io.kestra.plugin.pipedrive.persons.DeleteExamples
Delete a person by ID
yaml
id: pipedrive_delete_person
namespace: company.team
tasks:
- id: delete_person
type: io.kestra.plugin.pipedrive.persons.Delete
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
personId: 55
Properties
apiToken *Requiredstring
Pipedrive API token
Your Pipedrive API token for authentication.
personId *Requiredintegerstring
Person ID
The ID of the person to delete
apiUrl string
Default
https://api.pipedrive.com/api/v2Pipedrive API URL
Base URL for the Pipedrive API. Override for testing purposes.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
deleted boolean
Deleted
Whether the person was successfully deleted