Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty response from DELETE endpoint #34

Closed
lapwat opened this issue Feb 28, 2019 · 2 comments
Closed

Empty response from DELETE endpoint #34

lapwat opened this issue Feb 28, 2019 · 2 comments

Comments

@lapwat
Copy link

lapwat commented Feb 28, 2019

Is it normal that the DELETE endpoint returns an empty response ? Shouldn't it return the deleted object or at least its id ? Tell me what you think.

@Diluka
Copy link
Contributor

Diluka commented Mar 15, 2019

Responding 204 is one of the RESTful standards. You can override it yourself by retrieving record before delete.

@lapwat lapwat closed this as completed Mar 18, 2019
@michaelyali michaelyali mentioned this issue Mar 20, 2019
@michaelyali
Copy link
Member

Shipped with v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants