Delete a note

DELETE /api/note

Delete a note from a Timeline using the note ID.

application/json

Body object | null Required

The ID of the note to delete.

One of:

Responses

  • 200

    Indicates the note was successfully deleted.

DELETE /api/note
curl \ --request DELETE 'https://<KIBANA_URL>/api/note' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --data '{"noteId":"string"}'