POST note/delete?noteId={noteId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
noteId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseMegName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
msg | string |
None. |
|
msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "msg": "sample string 2", "msgDevelop": "sample string 3" }