Deleting a Model
Delete a model in Anomaly Detection. 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.
A notification is displayed indicating that the model is deleted successfully. Use the oci anomaly-detection model delete command and required parameters to delete a model:
oci anomaly-detection 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.