/** * @schema AdminPriceListDeleteResponse * type: object * description: The details of the deleted price list. * x-schemaName: AdminPriceListDeleteResponse * required: * - id * - object * - deleted * properties: * id: * type: string * title: id * description: The price list's ID. * object: * type: string * title: object * description: The name of the deleted object. * default: price_list * deleted: * type: boolean * title: deleted * description: Whether the price list was deleted. * */