cURL
curl --request DELETE \ --url https://api.youappz.dev/aliases/{aliasId} \ --header 'Authorization: Bearer <token>'
{ "status": "SUCCESS" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID or alias that will be removed
3
"123"
The alias was successfully removed
SUCCESS