action meshery_id_delete_prometheus_config { label: "Handle DELETE for Prometheus configuration" description: "Used for deleting Prometheus configuration" provider: meshery method: DELETE path: "/api/telemetry/metrics/config" encoding: json output: { type: "object" additionalProperties: true } }