Authorization: Bearer ********************curl --location --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/config/' \
--header 'Authorization: Bearer <token>'{
"status": "updated",
"updated": {
"property1": "string",
"property2": "string"
},
"removed": [
"string"
],
"pending": [
{
"key": "string",
"running": null,
"file": null
}
],
"restartRequired": true
}