Skip to main content
POST
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
delete
Delete EndUser by heron_id or end_user_id (async)
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"
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Response

202 - application/json

Accepted — deletion is in progress

heron_id
string
Example:

"eus_Eqio3Y4dhyNiMphrXwG58p"

status
string
Example:

"pending"