pydo.genai.delete_custom_model()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.genai.delete_custom_model(
uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
)Description
To delete a custom model, send a DELETE request to /v2/genai/custom_models/{uuid}.
Parameters
uuidstring requiredUUID of the custom model to delete
Response Example
More Information
See /v2/gen-ai/custom_models/{uuid} in the API reference for additional detail on responses, headers, parameters, and more.