DELETE
/api/note
curl \
--request DELETE https://<KIBANA_URL>/api/note \
--header "Content-Type: application/json" \
--data '{"noteId":"string"}'
Request examples
Object-1
{
"noteId": "string"
}
{
"noteIds": [
"string"
]
}