Body object | null Required
The ID of the note to delete.
DELETE /api/note
curl \
-X DELETE https://localhost:5601/api/note \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
Object-1 (generated)
{
"noteId": "string"
}
{
"noteIds": [
"string"
]
}
Response examples (200)
{
"data": {}
}