Deactivating a device

Clearance Developer Guide

Content type
Guides > Developer guides
Product line
Clearance
Language
English
Applies to
Genetec 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.

curl -X POST 'https://clearance-a-device.geneteccloud.com/api/v1-private/tenant/genetec/device/1234/deactivate' -H  'accept: text/plain' -H 'Authorization: Bearer <some_token>'