Archive Network Token
DELETE/v2/network_tokens/:id
/v2/network_tokens/:idArchives 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.
idStringrequiredThe network token identifier (UUID)
Example Request
DELETE /v2/network_tokens/:id
Authorization: Basic <base64(api_key:api_password)>