Delete captured PAN data
DELETE/api/cardcapture/pan/:key
Removes the captured PAN data from the session cache. The session itself is not deleted.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
PAN data deleted successfully.
Failed to delete the PAN data.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
Session not found for the given key.
An unexpected server error occurred.