DELETE /v6/note/delete

DELETE /v6/note/delete

Query parameters

  • id integer(int32) Required
  • pg integer(int32) Required

Responses

  • OK

    Hide response attributes Show response attributes object
    • errorMessage string | null
    • catalogPage array[object] | null
      Hide catalogPage attributes Show catalogPage attributes object
      • item1 string | null
      • item2 integer(int32)
    • notesCount integer(int32) | null
    • pageNumber integer(int32) | null
DELETE /v6/note/delete
curl \
 --request DELETE 'http://api.example.com/v6/note/delete?id=42&pg=42'