DELETE api/BundleProduct/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "BundleProductId": "0ddb9cc7-dcd1-426f-af29-5897f0b4776f",
  "SettingId": "56af0d1a-3511-4793-8662-296571dc42c6",
  "BundleId": "sample string 2",
  "TenantId": "sample string 3",
  "BundleName": "sample string 4",
  "BundlePrice": "sample string 5",
  "BundleCcy": "sample string 6",
  "BundleWeight": "sample string 7",
  "BundleWeightUnit": "sample string 8",
  "BundleLength": "sample string 9",
  "BundleWidth": "sample string 10",
  "BundleHeight": "sample string 11",
  "BundleDimensionunit": "sample string 12",
  "EcommerceSource": "sample string 13",
  "ProductCount": 1,
  "TpCount": 1,
  "CreatedTimeStamp": "2025-05-09T20:40:59.8377526+00:00",
  "UpdatedTimeStamp": "2025-05-09T20:40:59.8377526+00:00",
  "SourceProductsIdsSplit": "sample string 14",
  "Shop": "sample string 15"
}

application/xml, text/xml

Sample:
<BundleProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <BundleCcy>sample string 6</BundleCcy>
  <BundleDimensionunit>sample string 12</BundleDimensionunit>
  <BundleHeight>sample string 11</BundleHeight>
  <BundleId>sample string 2</BundleId>
  <BundleLength>sample string 9</BundleLength>
  <BundleName>sample string 4</BundleName>
  <BundlePrice>sample string 5</BundlePrice>
  <BundleProductId>0ddb9cc7-dcd1-426f-af29-5897f0b4776f</BundleProductId>
  <BundleWeight>sample string 7</BundleWeight>
  <BundleWeightUnit>sample string 8</BundleWeightUnit>
  <BundleWidth>sample string 10</BundleWidth>
  <CreatedTimeStamp>2025-05-09T20:40:59.8377526+00:00</CreatedTimeStamp>
  <EcommerceSource>sample string 13</EcommerceSource>
  <ProductCount>1</ProductCount>
  <SettingId>56af0d1a-3511-4793-8662-296571dc42c6</SettingId>
  <Shop>sample string 15</Shop>
  <SourceProductsIdsSplit>sample string 14</SourceProductsIdsSplit>
  <TenantId>sample string 3</TenantId>
  <TpCount>1</TpCount>
  <UpdatedTimeStamp>2025-05-09T20:40:59.8377526+00:00</UpdatedTimeStamp>
</BundleProduct>