pydo.genai.delete_custom_model()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
To delete a custom model, send a DELETE request to /v2/genai/custom_models/{uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
uuid |
string | True | UUID of the custom model to delete |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.