A method of the Aliases endpoint.
Delete an alias
API URL: DELETE /aliases/{id}
DELETE /aliases/{id}
import civis client = civis.APIClient() response = client.aliases.delete(...)
The id of the Alias object.
Response code 204: success