You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
Bug report
Describe the bug
Currently,
DELETE
endpoints return the item that was just deleted. That is a bug and they should return an empty body with status code204 No Content
Steps to reproduce the behavior
DELETE
endpointExpected behavior
204 No Content
should be returned.The text was updated successfully, but these errors were encountered: