DELETE
/v6/note/delete
curl \
--request DELETE 'http://api.example.com/v6/note/delete?id=42&pg=42'
Response examples (200)
{
"errorMessage": "string",
"catalogPage": [
{
"item1": "string",
"item2": 42
}
],
"notesCount": 42,
"pageNumber": 42
}
Response examples (200)
{
"errorMessage": "string",
"catalogPage": [
{
"item1": "string",
"item2": 42
}
],
"notesCount": 42,
"pageNumber": 42
}