cURL
curl --request DELETE \ --url https://api.machines.cash/consumer/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 authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes