Skip to main content
POST
/
marketplace-banners
/
remove
Remove marketplace banner
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplace-banners/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

Marketplace banner removed successfully