On This Page
Delete a Payment Instrument
This section describes how to delete a payment instrument token.
Endpoint
Test:
DELETE
https://nabgateway-api-test.nab.com.au
/tms/v1/paymentinstruments/{paymentInstrumentTokenId}
Production:
DELETE
https://nabgateway-api.nab.com.au
/tms/v1/paymentinstruments/{paymentInstrumentTokenId}
The is the payment instrument token ID you
want to retrieve. For more information, see Create a Payment Instrument.
{paymentInstrumentTokenId}
Required Fields for Deleting a Payment Instrument
- paymentInstrumentTokenId
- Include the ID of the payment instrument token you want to retrieve in the URL path.
REST Example: Deleting a Payment Instrument
Request
DELETEhttps://nabgateway-api-test.nab.com.au/tms/v1/paymentinstruments/F39763E8CFDF2354E053AF598E0AF684
Successful
Response
HTTP 204 No
Content
status. For more information, see HTTP Status Codes.