Skip to content

Soft deletes are not yet supported #43

@heyiammushu

Description

@heyiammushu

My model implements soft deleting just as laravel documentation is describing it: uses SoftDeletes trait and has deleted_at column in migration. When I call delete method of the model outside the json api server it works fine - I still have record with deleted_at column updated. But when I am deleting record using json api server route, it's just gone and acting like force delete. Where is the point I am losing here, how to implement soft delete inside json api server?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions