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