cURL
curl --request DELETE \ --url https://api-m.sandbox.paypal.com/v3/vault/payment-tokens/{id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "message": "<string>", "debug_id": "<string>", "details": [ { "issue": "<string>", "field": "<string>", "value": "<string>", "location": "body", "links": [ { "href": "<string>", "rel": "<string>", "method": "GET" } ], "description": "<string>" } ], "links": [ { "href": "<string>", "rel": "<string>", "method": "GET" } ] }
Delete the payment token associated with the payment token id.
Oauth 2.0 authentication
ID of the setup token.
7 - 36
The server has successfully executed the method, but there is no entity body to return.
Was this page helpful?