Headers and Body Request for Delete Record
Endpoint /api/developer/delete_record/{id}
Header
Type
Value
Content-Type
application/json
Body
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