Delete a card capture session
DELETE/api/cardcapture/session/:key
Removes the card capture session and all associated captured card data for the given key.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Session deleted successfully.
Failed to delete the session.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No session exists for the given key.
An unexpected server error occurred.