DELETE
/
v1beta
/
devices
/
{uuid}
Delete device
curl --request DELETE \
  --url https://app.pulseguard.nl/api/v1beta/devices/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Device deleted successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string
required

Device UUID

Response

200
application/json

Device deleted successfully

The response is of type object.