Delete Alias
The Delete Alias endpoint enables you to delete a specific alias and the associated payment credentials.
You can delete an alias by making a DELETE request to the Delete Alias endpoint, where aliasId is the identifier generated by Alias Directory. For example:
{{base-url}}/ads/api/v1/aliases/{aliasId}
If successful, a 204 response is returned and the alias is deleted.
More Information
- To view this endpoint in the API Explorer, see Delete Alias.
Updated 11 days ago