Skip to main content
POST
/
marketplace-products
/
remove
Remove marketplace product
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplace-products/remove \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>"
}
'

Authorizations

access-token
string
header
required

Body

application/json
id
string
required

Response

200

Product removed successfully