Tell Commerce after successful use of the token for an payment authorization, that the CVC2 can be removed from cache.
cURL
curl --request POST \ --url https://sandbox.hellgate.io/tokens/{id}/consume \ --header 'X-API-Key: <api-key>'
{ "code": 401, "message": "No valid means of authentication was provided", "classifier": "UNAUTHORIZED" }
The ID of the Commerce token
Success response (No Content)