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
How could be correct. Delete operaton is 'Successful' so it should be Http 200 code.
Let me more clear; I am not asking is file exist. If I was asking that, then returning No Content is reasonable. But I am triggering a Delete Operation. Return code should be the if the operation is successful or not.
Hi;
I am triggering DeleteObject operation. Response objects StatusCode is always System.Net.HttpStatusCode.NoContent but it deletes the file.
File delete operation is successful.
The text was updated successfully, but these errors were encountered: