Endpoint /api/developer/delete_record/{id}
Content-Type
application/json
Example Request:
raw (application/json)
{ "key": "<API_Key>" }
{
"id": 0,
"isSuccess": true,
"criteria": "string",
"type": "string",
"status": "string",
"percentage": "string",
"sources": [ "string" ],
"usage": "string",
"createdTime": "2023-10-05T06:29:50.289Z",
"requestId": "string",
"data": {}
}
curl -X 'POST' \ 'https://irbis.espysys.com/api/developer/delete_record/{id}' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{"key": "<API_Key>"} }
Last updated 7 months ago