delete_customer_address
Remove a customer's address from their address book in Rebillia's subscription billing system. Specify customer ID and address ID to delete the entry.
Instructions
Delete an address book entry. DELETE /customers/{customerId}/addressbooks/{addressId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| addressId | Yes | Address book entry ID (required) |