DELETE api/productdbs?id={id}&m2Id={m2Id}

Delete the whole product catalog

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

product catalog id

string

Required

m2Id

m2Id

string

Required

Body Parameters

None.

Response Information

Resource Description

whether sucess

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>