Enrich Companies (cancel)

Provide an enrichment ID to cancel the corresponding ongoing company bulk enrichment.

POST
/v1/organizations/enrichments/bulk/{id}/cancel

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

ID of the enrichment to be cancelled

curl -X POST "https://api.surfe.com/v1/organizations/enrichments/bulk/<string>/cancel" \
  -H "Authorization: Bearer <token>"

ID of the cancelled enrichment

{
  "id": "enrichment-id"
}