pydo.genai.delete_custom_evaluation_metric()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.genai.delete_custom_evaluation_metric(
metric_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
)Description
To soft-delete a custom model evaluation metric, send a DELETE request to /v2/gen-ai/custom_evaluation_metrics/{metric_uuid}.
Parameters
metric_uuidstring requiredUUID of the custom metric to delete.
More Information
See /v2/gen-ai/custom_evaluation_metrics/{metric_uuid} in the API reference for additional detail on responses, headers, parameters, and more.