Delete Additional Alias

The Delete Additional Alias endpoint enables you to delete a specific additional alias associated with the main alias.

You can delete an additional alias by making a DELETE request to the Delete Additional Alias endpoint, where additionalAliasId is the identifier generated by Alias Directory. For example:

{{base-url}}/ads/api/v1/aliases/additional/{additionalAliasId}

If successful, a 204 response is returned and the additional alias is deleted.

📘

More Information