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