Skip to main content
DELETE
Removes a single destination (matching both type and data) from this token’s retention policy. Other destinations remain unaffected. If no destinations remain, the token follows the system-wide default.

CVV Retention Policy Guide

Control how long CVV data is retained and who can use it

Error Responses

Parameters

Headers

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

Path Parameters

cardToken
string
required
The token ID as returned by one of the tokenization methods.
DestinationType
string
required
One of: HostName, Owner, OtherMerchant, SFTP, OtherUser. See destination types.
DestinationData
string
required
The target identifier for this destination (e.g. hostname, user ID, IP address).

Response

200 - Destination removed. Empty JSON object.