Skip to main content
DELETE

Hosted Card Entry Form Guide

API session approach for embedded card capture
Use this endpoint to delete a card entry form session that is no longer needed. Once deleted, the form URL becomes invalid and the cardholder can no longer submit card details through it. Delete sessions that have expired or been completed to keep your active sessions clean.

Error Responses

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Path Parameters

RequestID
string
required
The request ID returned from Create Card Entry Form session.

Response

200 - Session deleted successfully. 404 - Session not found.