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
When deleting an export, the export fails with a status code of 500
The export should be successful with a HTTP status code of 204
DELETE /api/v1/exports/<pk>
The exception thrown is captured below
The text was updated successfully, but these errors were encountered:
@kelvin-muchiri this is now resolved. I have managed to delete exports
Sorry, something went wrong.
kelvin-muchiri
Successfully merging a pull request may close this issue.
Environmental Information
Problem description
When deleting an export, the export fails with a status code of 500
Expected behavior
The export should be successful with a HTTP status code of 204
Steps to reproduce the behavior
DELETE /api/v1/exports/<pk>
Additional Information
The exception thrown is captured below
The text was updated successfully, but these errors were encountered: