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

Path Parameters

uuid
string
required
The universally unique identifier of the device.

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string<uuid>
required

Device UUID

Response

200
application/json

Device deleted successfully

The response is of type object.