Security Timeline API
Delete one or more notes
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/note</span></div>Refer to Spaces for more information.
Deletes notes by saved object ID. Send either noteId (single ID) or noteIds (array of IDs) in the JSON body.
The response has HTTP 200 with an empty body on success.
Requires the Timeline and Notes write privilege (notes_write).
delete/api/note
Request body
Response
The notes were deleted successfully. Response body is empty.