Skip to content
New issue

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

Evaluate on DELETE actions/{actionType}/{actionId} API response status code on all scenarios #22022

Closed
ashanthamara opened this issue Dec 12, 2024 · 0 comments
Assignees
Milestone

Comments

@ashanthamara
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant