/**
 * @example
 *     {
 *         identifier: "4320f270-a4e3-4a2e-b591-edfe30a5e627"
 *     }
 */
export interface DeleteScheduledEmailByIdRequest {
    /** The `batchId` of scheduled emails batch (Should be a valid UUIDv4) or the `messageId` of scheduled email. */
    identifier: string;
}
