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