business
deleteGoods
Internal business/deleteGoods operation. Authentication requirements are derived from the active route allowlist.
post/business/deleteGoods
Request body
Example request
{
"business_id": 22,
"ids": "22,23,24,9,25,26,27,28,29,30,11,58"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.