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