get
https://example.com
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This endpoint deletes a note from a device. It sends an HTTP DELETE request to https://hub.xyte.io/core/v1/organization/devices/{device_id}/notes/{id}.
Authorization
This endpoint requires Authorization.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| device_id | string | Unique identifier of the device (UUID). |
| id | string | Unique identifier of the note (UUID). |
Response
{
"success": true
}Errors
| Status | Description |
|---|---|
| 404 | The device does not exist or does not belong to your organization, or the note does not exist on this device. |
