Delete Device Note

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

ParameterTypeDescription
device_idstringUnique identifier of the device (UUID).
idstringUnique identifier of the note (UUID).

Response

{
  "success": true
}

Errors

StatusDescription
404The device does not exist or does not belong to your organization, or the note does not exist on this device.
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!