Remove a Commerce token and all associated information (e.g. network tokens).
This operation cannot be undone.
cURL
curl --request DELETE \ --url https://sandbox.hellgate.io/tokens/{id} \ --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)