block Device Communication

Authorization: apiKey

name: x-api-key
in: header
type: apiKey
curl -L -X PUT 'https://api.korewireless.com/omnicore/subscriptions/:subscriptionid/registries/:registryId/devices/:deviceId/communication' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
  "isblocked": true
}'

Last updated