Deleting a Model
Delete a model in Language. You can delete a model only if it's not attached to another resource. It can't be used after it's deleted.
If you try to delete a model that's still attached to a resource, you get a warning that the model can't be deleted.
Use the oci ai language model delete command and required parameters to delete a model:
oci ai language model delete --model-id <model-id>... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeleteModel operation to delete the model.