thingspace_oauth vz-m2m-session_token This is where the ThingSpace token, from Getting Started is used
In: header
The VZ-M2M session token from Getting Started
In: header
application/json
Offboard a sensor
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
curl -X POST "https://example.com/dm/v1/devices/sensors/offboard" \ -H "Content-Type: application/json" \ -d '{ "accountname": "0000123456-00001", "configuration": { "removesensor": { "deveui": "The unique EUI64 address of the device" } } }'{ "error": "bad_request", "error_description": "The request is missing content.", "cause": "Request is missing required body content"}{ "error": "Error name or code", "error_description": "A longer error description.", "cause": "A cause for the error"}{ "error": "forbidden", "error_description": "The data does not belong to the provided billing account.", "cause": "Requested service is forbidden"}The numeric account name, which must include leading zeros
The configuration of the remove request