Deletes an agent note.
DELETE /assetmgmt/agent/note/{noteID}
Headers
Response Codes
The table below explains each response code.
Response Code |
Status |
200 |
OK |
403 |
Unauthorized - Need access to FID(s): 560206 |
404 |
NoteID not found |
500 |
Server Error |
Sample Response Model
{
"ResponseCode": 200,
"Status": "OK",
"Error": "None"
}