Skip to main content
DELETE
https://api.karmapay.xyz/v0
/
v0
/
end-users
/
:externalUserId
curl -X DELETE 'https://api.karmapay.xyz/v0/end-users/user_123' \
  -H 'Authorization: Bearer karma_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
{
  "data": {
    "success": true
  }
}
Authentication: Business API Key
Deleting an end-user will permanently remove their account and all associated data. This action cannot be undone.

Path Parameters

externalUserId
string
required
Your internal user ID

Response

data
object
success
boolean
Always returns true on successful deletion
curl -X DELETE 'https://api.karmapay.xyz/v0/end-users/user_123' \
  -H 'Authorization: Bearer karma_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
{
  "data": {
    "success": true
  }
}