POST http://localhost:10000/firserver/DeleteObject

JSON parameters:

{
 "server_id": "1",
 "objectType": "PERSON",
 "id": [
 "4c6ecb1d-2a37-e711-9e4b-9c5c8e763a8f"
 ]
}

where

Example of response:

{
 "Description": "",
 "Result": "4c6ecb1d-2a37-e711-9e4b-9c5c8e763a8f ",
 "Status": "SUCCESS"
}