Delete deletes the specified model from the regular app database.
(model Model)
| 297 | |
| 298 | // Delete deletes the specified model from the regular app database. |
| 299 | Delete(model Model) error |
| 300 | |
| 301 | // Delete deletes the specified model from the regular app database |
| 302 | // (the context could be used to limit the query execution). |
no outgoing calls