Skip to main content
DELETE
/
devices
/
{id}
Delete device
curl --request DELETE \
  --url https://api.ipulse.one/devices/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

Response

204

Device deleted successfully