Skip to main content
DELETE
/
api
/
users
/
{userId}
Delete User
curl --request DELETE \
  --url https://trade.predexon.com/api/users/{userId} \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.predexon.com/llms.txt

Use this file to discover all available pages before exploring further.

Legacy /api/users endpoint. New integrations should use Delete Account. This endpoint continues to work unchanged.
Irreversible. Withdraw any funds before deleting.

Authorizations

x-api-key
string
header
required

Path Parameters

userId
string
required

Unique identifier for the user

Response

User deleted successfully