diff --git a/docs/guide/usage.md b/docs/guide/usage.md index f2952d8..8634eda 100644 --- a/docs/guide/usage.md +++ b/docs/guide/usage.md @@ -126,7 +126,7 @@ When performing a `delete` request, the plugin will not remove the corresponding If you want to delete a record from the store after performing a delete request, you must pass the `delete` option. ```js -User.api().delete('/api/users/1'), { +User.api().delete('/api/users/1', { delete: 1 }) ```