We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in the DELETE actions/{actionType}/{actionId} API,
It gives, 204 when the resource successfully gets deleted It give 404 when the given actionId is not existing in the system (client error).
So we need to evaluate on the practices for the delete api response statuses on different scenarios and align that to our api.
Return 204 for any given actionid
7.0
The text was updated successfully, but these errors were encountered:
ashanthamara
No branches or pull requests
Current Limitation
Currently in the DELETE actions/{actionType}/{actionId} API,
It gives, 204 when the resource successfully gets deleted
It give 404 when the given actionId is not existing in the system (client error).
So we need to evaluate on the practices for the delete api response statuses on different scenarios and align that to our api.
Suggested Improvement
Return 204 for any given actionid
Version
7.0
The text was updated successfully, but these errors were encountered: