Delete Store
Method : DEL
URL : https://open.revenuemonster.my/v3/store/1662168764176583360
Sandbox URL : https://sb-open.revenuemonster.my/v3/store/1662168764176583360
note
To delete specific store under the merchant. Specify store_id
in your query.
danger
Deleted stores cannot be revoked!
Request Parameters:
note
The URL is consists of
[base_URL]
/v3/store/[store_id]
Pass in
Store ID
in your query
Response Parameters
Parameter | Type | Description | Example |
---|---|---|---|
code | String | Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes ) | "SUCCESS" |
Example Response
{
"code": "SUCCESS"
}