Skip to main content

Archive Network Token

DELETE/v2/network_tokens/:id

Archives a network token. This operation is irreversible and will make the network token unusable for future transactions.

Returns HTTP 202 Accepted on success with an empty body.

idStringrequired
The network token identifier (UUID)
Example Request
DELETE /v2/network_tokens/:id
Authorization: Basic <base64(api_key:api_password)>