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

Body

application/json
marketplace_id
string
required
key
string
required

Response

200

Marketplace option removed successfully