Skip to content

Note_Delete#


Description#

This function allows you to delete a note.

Request Body Parameters#

Parameter
Type Description
Note_ID Number Note Id to Delete

Response Parameters#

Parameter
Type Description
success boolean Boolean value indicating if the request was successful

Example Request#

{
    "Store_code": "beta",
    "Function": "Note_Delete",
    "Note_ID": 1
}

Example Response#

{
    "success": 1
}