DELETE
/
device
/
{device_id}
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Path Parameters

device_id
string
required

Device ID of the Device to be deleted

Response

200
application/json
Successful Response
data
object
required

Successful response payload