Delete captured expiry date data
DELETE/api/cardcapture/expirydate/:key
Removes the captured expiry date from the session cache. The session itself is not deleted.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Expiry date data deleted successfully.
Failed to delete the expiry date 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.