cURL
curl --request DELETE \ --url https://api.pathstack.io/device/{device_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "system_device_id": "<string>", "registration": "<string>", "make": "<string>", "model": "<string>", "year": 123, "active": true, "tags": [ "<string>" ], "id": "<string>", "connection_id": "<string>" } }
This endpoint deletes a Device.
Not all providers are supported, currently only Digital Matter is supported.
The deleted Device is returned in the response.
Show child attributes