Deleting Resources
Arguably this is the simplest part of the Bakery, whereby a DELETE request is sent to the URL specified, removing the resource. The $model->delete() functionality, as per the Eloquent specification will be called, thus this will support soft deletion if specified in your models and migration.
Security configurations are available as per the Security documentation.
Last updated
Was this helpful?