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>"
}Deletes a guest shipping address. May update the default address based on remaining addresses.
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>"
}Supabase access token for authentication.
Required when authenticating with API key
Was this page helpful?