curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/delete \
--header 'x-api-key: <api-key>'{
"heron_id": "eus_Eqio3Y4dhyNiMphrXwG58p",
"status": "pending"
}Asynchronously delete an end user and its associated transactions. Returns immediately with a 202 status while deletion proceeds in the background.
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/delete \
--header 'x-api-key: <api-key>'{
"heron_id": "eus_Eqio3Y4dhyNiMphrXwG58p",
"status": "pending"
}Was this page helpful?