DeleteConfig
This method commands the Config module to delete configurations, including routes, with specified ids
Ids specifies the ids to be deleted. ConfigType can assume values "All", "Static" and "Dynamic". This defines which part of the configuration that is targettet.
Method Name: DeleteConfig
Payload:
{
  "Ids": [
    "id1",
    "id2",
    "id3"
  ],
  "ConfigType": "All"
}Last updated
Was this helpful?