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>"
}
'Remove a 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>"
}
'