action apicurio_reset_config_property { label: "Reset a configuration property" description: "Resets the value of a single configuration property. This will return the property to\nits default value (see external documentation for supported properties and their default\nvalues).\n\nThis operation may fail for one of the following reasons:\n\n* Property not found or not configured (HTTP error `404`)\n* A server error occurred (HTTP error `500`)\n" provider: apicurio method: DELETE path: "/admin/config/properties/{propertyName}" encoding: json output: { type: "object" additionalProperties: true } }