Skip to main content
DELETE
/
aliases
/
{aliasId}
cURL
curl --request DELETE \
  --url https://api.youappz.dev/aliases/{aliasId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "SUCCESS"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

aliasId
string
required

The ID or alias that will be removed

Minimum string length: 3
Example:

"123"

Response

The alias was successfully removed

status
enum<string>
required
Available options:
SUCCESS