Customer Self
Delete address - customer context
Using this endpoint, a customer can delete their own address through the storefront UI based on addressId
.
DELETE
/
customers
/
self
/
customer-address
/
{addressId}
Authorizations
Authorization
string
headerrequiredThe access token.
Headers
x-fabric-tenant-id
string
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.
x-fabric-request-id
string
A UUID of the request.
Path Parameters
addressId
string
requiredA 24-character system-generated ID of the customer's address.
Response
200 - application/json
The response message.
type
string
requiredA machine-readable code.
message
string
requiredA human-friendly message corresponding to the type
.
Was this page helpful?