function deleteAllEventStorageFiles deleteAllEventStorageFiles(events: ReadonlyArray<{ id: number; image_url: string; attachment_url: string; }>): Promise<void> Delete all storage files (images and attachments) for a list of events Parameters events: ReadonlyArray<{ id: number; image_url: string; attachment_url: string; }> Return Type Promise<void>