simpla.fydocs

LGPD hard delete — permanently remove a lead and all associated data (admin only)

DELETE
/api/v1/orgs/{orgId}/crm-pipelines/leads/{leadId}/gdpr-delete

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/api/v1/orgs/{orgId}/crm-pipelines/leads/{leadId}/gdpr-delete" \  -H "Content-Type: application/json" \  -d '{    "confirm": true  }'
Empty
Empty
Empty