Skip to main content
DELETE
/
checkout
/
guest
/
addresses
/
{id}
Delete Guest Address
curl --request DELETE \
  --url https://api.henrylabs.ai/v0/checkout/guest/addresses/{id} \
  --header 'x-access-token: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required
x-access-token
string
header
required

Supabase access token for authentication.

Headers

x-user-id
string

Required when authenticating with API key

Path Parameters

id
string<uuid>
required

Response

Guest address deleted successfully

success
boolean
required
status
string
required
message
string
required