Deactivating a device

Genetec Clearance™ Developer Guide

Content type
Guides > Developer guides
Product line
Clearance
ft:locale
en-US
Applies to
Clearance

To remain under the device limit set for your Genetec Clearance™ account, you can deactivate a device at any time by making a call to the API.

To deactivate a device, send a request to /tenant/{tenantId}/device/{deviceId}/deactivate.

powershell
curl -X POST 'https://dems-proda-api.clearance.network/deviceservice/api/v1-private/tenant/genetec/device/1234/deactivate' -H  'accept: text/plain' -H 'Authorization: Bearer <some_token>'