models_delete
Remove a model from a project using its unique ID or slug and project reference.
Instructions
Delete a model by id, or by slug plus project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id, or slug when project is also provided. | |
| project | No | Project ref required when model is given by slug. |