DeleteAliasProps
export interface DeleteAliasProps {
/**
* The ID or alias that will be removed
* @example 2WjyKQmM8ZnGcJsPWMrHRHrE
*/
aliasId: string;
/**
* The Team identifier or slug to perform the request on behalf of.
*/
teamId?: string;
}