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 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
| Parameter | Type | Description |
|---|---|---|
| space_id | integer | Unique identifier of the space. |
| id | string | Unique identifier of the note (UUID). |
Response
{
"success": true
}Errors
| Status | Description |
|---|---|
| 404 | The space does not exist or does not belong to your organization, or the note does not exist on this space. |
