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
I try to create delete function and expected that it maybe return something like: status = OK or http header code may be 200 with a body message
But It always return 204 and response body is null on success case
So what purpose is it?
The text was updated successfully, but these errors were encountered:
I try to create delete function and expected that it maybe return something like: status = OK or http header code may be 200 with a body message
But It always return 204 and response body is null on success case
So what purpose is it?
The text was updated successfully, but these errors were encountered: