Delete a note
Spaces method and path for this operation:
delete /s/{space_id}/api/note
Refer to Spaces for more information.
Delete a note from a Timeline using the note ID.
DELETE
/api/note
curl \
--request DELETE 'https://localhost:5601/api/note' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"noteId":"string"}'