# API: Delete note
# removeAdminNote
Delete the selected note.
# Required parameters
Parameter | Description |
---|---|
id | Note id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=removeAdminNote&id=ID
# PHP Samples
# Response
{
"success": true,
"call": "removeAdminNote",
"server_time": 1534513231,
"info": [
"Note from id #10 has been removed"
]
}