Skip to main content
DELETE
/
v1
/
devices
/
{deviceId}
Delete a device
curl --request DELETE \
  --url https://api.magne.app/v1/devices/{deviceId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

deviceId
string
required

Response

Success