Documentation Index
Fetch the complete documentation index at: https://docs.buybase.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authorization.
Path Parameters
The ID of the shipping address to delete.
Response
Indicates whether the operation was successful.
A message confirming the deletion.
A code indicating the result of the operation. Possible values:
SHIPPING_DELETED: Shipping address deleted successfully
SHIPPING_DELETE_FAILED: Failed to delete shipping address
Error message if the request fails.
Deleting a shipping address is permanent and cannot be undone. Make sure you have the correct shipping ID before proceeding.
{
"success": true,
"message": "Shipping address \"ship_12345\" deleted successfully",
"code": "SHIPPING_DELETED"
}