Lead imports
DELETE
/lead-imports/{id}

Only allowed when status is completed, failed or cancelled.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/lead-imports/string"
{  "data": {    "ok": true  }}