application/json; Elastic-Api-Version=2023-10-31

Body object | null Required

The id of the note to delete.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Indicates the note was successfully deleted.

    Hide response attribute Show response attribute object
DELETE /api/note
curl \
 -X DELETE http://localhost:5601/api/note \
 -H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
  "noteId": "string"
}
{
  "noteIds": [
    "string"
  ]
}
Response examples (200)
{
  "data": {}
}