Delete Space Note

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

This endpoint deletes a note from a space. It sends an HTTP DELETE request to https://hub.xyte.io/core/v1/organization/spaces/{space_id}/notes/{id}.

Authorization

This endpoint requires Authorization.

Path Parameters

ParameterTypeDescription
space_idintegerUnique identifier of the space.
idstringUnique identifier of the note (UUID).

Response

{
  "success": true
}

Errors

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