Delete device by id
DELETE {{baseUrl}}/api/v2/devices/:id
Delete device by ID. You obtain the authorization token needed to execute the request using POST /auth/login. You pass the authorization token in the request header. You obtain the Device id using GET /v2/devices. You delete the device by passing the device id in the path of the request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |