---
title: "Delete Billing Address"
method: DELETE
path: "/v1/billing/addresses/{address_id}"
tags: ["Billing"]
---

# Delete Billing Address

`DELETE /v1/billing/addresses/{address_id}`

Removes a billing address from the account

## Path parameters

- `address_id` integer, required

## Response `200`

OK

- SuccessResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` object
    - `success` boolean — whether the request succeeded

## Other responses

- `400` — Invalid or missing request parameters
- `401` — Authentication failed
- `500` — Internal error

---

[API](https://skmtc.net/rocket/apis/rocket-net-api.md) · [All operations](https://skmtc.net/rocket/apis/rocket-net-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rocket/rocket-net-api/versions/db0dcbbc5764/schema)
