Skip to main content
POST
/
api
/
product
/
remove
删除产品
curl --request POST \
  --url https://api.example.com/api/product/remove \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "329bd15c12394e02ac0a33f954b37d0d"
}
'
{}

Headers

Authentication
string
required

Body

application/json
id
string
required

Response

200 - application/json

The response is of type object.