Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
This example shows how to delete the key value named “columnNames” within JSON data.
{
"statusCode": 200,
"statusDescription": "OK",
"columnNames": [
"Id",
"UstBirimId",
"Adi",
"TeskilatId",
"Yol",
"SehirId",
"BirimGrupId",
"no"
],
"numRows": 1201
}
JOLT Specification
[
{
"operation": "remove",
"spec": {
"columnNames": ""
}
}
]
Output Value
{
"statusCode": 200,
"statusDescription": "OK",
"numRows": 1201
}