REST API | Visa Platform Connect

REST Example: Deleting a Customer Shipping Address

Request
Pass the customer token ID and shipping address token ID in the URL path.
DELETE
https://apitest.cybersource.com
/tms/v2/customers/F2F3ADA770102B51E053A2598D0A9078/shipping-addresses/F2F4C2D1B966D631E053A2598D0AB155
Successful Response
A successful delete response returns an empty
HTTP 204 No Content
status. For more information, see HTTP Status Codes.