Void sensor
POST https://daas.digicert.com/apicontroller/v1/sensor/void
Use this endpoint to void the sensor permanently.
Example requests and responses
Request parameters
Name | Reqd/Opt. | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
licenseKey | required | string | License key of the sensor to void. Supports bulk void by providing comma-separated license keys. |
reason | optional | string | Reason for voiding the sensor. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | object | Object container for response. |
.. id | string | License key of the terminated sensor. |
.. message | string | Message with additional information about the request. |