Delete a Shipping AddressAsk AIdelete https://api-test.qualpay.com/platform/vault/customer/{customer_id}/shipping/{id}Deletes a specified shipping address from a profile in Customer Vault.Path Paramscustomer_idstringrequiredThe customer ID, returned as the customer_id value in an 'Add a Customer' response.idint64requiredThe ID of the address to be deleted. This was returned as the shipping_id value when the address was added to Customer Vault.Query Paramsmerchant_idint64The unique ID assigned to a merchant.Responses 200Success 400Request Validation Failed 500Internal ErrorUpdated 6 months ago