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
What happened:
Currently DeleteStore and DeleteRecord succeed even if the specified resources are not found. This is contrary to the AIP recommendation, which states:
The Delete method should succeed if and only if a resource was present and was successfully deleted. If the resource did not exist, the method should send a NOT_FOUND error.
What you expected to happen:
DeleteStore and DeleteRecord should return the error when the specified resource is not present.
The text was updated successfully, but these errors were encountered:
What happened:
Currently DeleteStore and DeleteRecord succeed even if the specified resources are not found. This is contrary to the AIP recommendation, which states:
What you expected to happen:
DeleteStore and DeleteRecord should return the error when the specified resource is not present.
The text was updated successfully, but these errors were encountered: