Customer Address
Delete customer's address
Using this endpoint, you can delete an existing address of a customer based on the customerId
and addressId
.
DELETE
/
customers
/
{customerId}
/
customer-address
/
{addressId}
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
A UUID of the request.
Path Parameters
A 24-character system-generated ID of the customer. This is returned in the response of the POST /customers
endpoint.
A 24-character system-generated ID of the customer's address.
Was this page helpful?