Delete a Payment Instrument {#tms-pi-tkn-delete-intro}
======================================================

This section describes how to delete a payment instrument token.

Endpoint
--------

**Test:** `DELETE ``https://apitest.cybersource.com``/tms/v1/paymentinstruments/`*{paymentInstrumentTokenId}*{#tms-pi-tkn-delete-intro_restcust-test}  
**Production:** `DELETE ``https://api.cybersource.com``/tms/v1/paymentinstruments/`*{paymentInstrumentTokenId}*  
**Production in India:** `DELETE ``https://api.in.cybersource.com``/tms/v1/paymentinstruments/`*{paymentInstrumentTokenId}*{#tms-pi-tkn-delete-intro_restcust-prod-india}  
**Production in Saudi Arabia:** `DELETE ``https://api.sa.cybersource.com``/tms/v1/paymentinstruments/`*{paymentInstrumentTokenId}*{#tms-pi-tkn-delete-intro_restcust-prod-ksa}  
**Test in Saudi Arabia:** `DELETE ``https://apitest.sa.cybersource.com``/tms/v1/paymentinstruments/`*{paymentInstrumentTokenId}*{#tms-pi-tkn-delete-intro_restcust-test-ksa}  
The *`{paymentInstrumentTokenId}`* is the payment instrument token ID you want to retrieve. For more information, see [Create a Payment Instrument](/docs/cybs/en-us/tms/developer/all/rest/tms/tms-pi-tkn/tms-manage-pi-tkn/tms-pi-tkn-create-intro.md "").

Required Fields for Deleting a Payment Instrument {#tms-pi-tkn-delete-reqfields}
================================================================================

paymentInstrumentTokenId
:
Include the ID of the payment instrument token you want to retrieve in the URL path.
{#tms-pi-tkn-delete-reqfields_dl_bcz_qry_dwb}

Related Information {#tms-pi-tkn-delete-reqfields_section_jpc_xzz_sxb}
----------------------------------------------------------------------

* [API Field Reference for the REST API](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/rest/api-fields/api-fields-about-guide.md "")
  {#tms-pi-tkn-delete-reqfields_ul_kpc_xzz_sxb}

REST Example: Deleting a Payment Instrument {#tms-pi-tkn-delete-ex-rest}
========================================================================

Request

```ph codeph
DELETE `https://apitest.cybersource.com`/tms/v1/paymentinstruments/F39763E8CFDF2354E053AF598E0AF684          
```

{#tms-pi-tkn-delete-ex-rest_codeblock_ud1_pc1_jwb}  
Successful Response
A successful delete response returns an empty `HTTP 204 No Content` status. For more information, see [HTTP Status Codes](/docs/cybs/en-us/tms/developer/all/rest/tms/tms-ref-info/tms-http-status.md "").
