DELETE api/productdbs?id={id}&m2Id={m2Id}
Delete the whole product catalog
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
product catalog id |
string |
Required |
m2Id |
m2Id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
whether sucess
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>