Enrich Contacts (delete)

Provide an enrichment ID to delete the related enrichment results.
The bulk enrichment results are stored in a list, so this request will result in the deletion of the whole list.

DELETE
/v1/people/enrichments/bulk/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

ID of the enrichment associated with the results to be deleted

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

No Content