action meshery_id_delete_adapter_config { label: "Handle DELETE requests to delete adapter config" description: "Used to delete adapter configuration" provider: meshery method: DELETE path: "/api/system/adapter/manage" encoding: json input: { type: "object" properties: { adapter: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }