Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.machines.cash/user/v1/identity/aliases/{aliasId} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
Delete alias
When to use this: Delete alias mapping.
Required scope: identity.write.
Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
Success
Show child attributes