leads_delete
Permanently delete a lead from Pipedrive by its UUID. Use this action to remove leads that are no longer needed, noting that deletion is irreversible.
Instructions
Delete a specific lead from Pipedrive.
Permanently deletes a lead by its UUID. This action cannot be undone.
Workflow tips:
Lead ID must be a UUID
This permanently deletes the lead
Consider archiving instead (use leads/update with is_archived: true)
Returns the deleted lead's ID on success
Common use cases:
Delete a lead: { "id": "adf21080-0e10-11eb-879b-05d71fb426ec" }
Alternative:
Archive instead of delete: Use leads/update with { "id": "", "is_archived": true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the lead to delete |