Delete a model from the registry
The unique identifier of the model to delete
void
401 - Not authenticated
404 - Model not found
import { deleteModelRegistry } from "@cpod/sdk";await deleteModelRegistry("model-123"); Copy
import { deleteModelRegistry } from "@cpod/sdk";await deleteModelRegistry("model-123");
Delete a model from the registry