/** * @example * { * id: "aud_abc123" * } */ export interface AudiencesDeleteRequest { /** Audience ID. This identifier is a string that always begins with the prefix `aud_`, for example: `aud_abc123`. */ id: string; }