v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUsers
Delete EndUser by heron_id or end_user_id (async)
Asynchronously delete an end user and its associated transactions. Returns immediately with a 202 status while deletion proceeds in the background.
post/api/end_users/{end_user_id_or_heron_id}/delete
Path parameters
end_user_id_or_heron_idstring required
Response
Accepted — deletion is in progress
Example response
{
"heron_id": "eus_Eqio3Y4dhyNiMphrXwG58p",
"status": "pending"
}