Reject a pending import
POST/api/v1/pending-imports/:id/reject
Marks a pending import as rejected so it is not converted into a trade. Only imports with status "pending" can be rejected.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Import rejected.
Invalid request body.
Authentication required.
Pending import not found or access denied.
Import has already been processed.
Server error.