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

Device deleted successfully

success
boolean
required
Example:

true

message
string
required

Success message

Example:

"Device deleted successfully"

data

Response data as object