---
title: "Delete address"
method: DELETE
path: "/user/shipping/{id}"
tags: ["Addresses"]
---

# Delete address

`DELETE /user/shipping/{id}`

Delete a shipping address from the current user.

## Path parameters

- `id` string, required — ID of the shipping address to delete.

## Response `200`

Shipping address was deleted successfully.

- object
  - `data` 'ok', required

## Changes

- **2024-12-13** `43ff7af31b1e` — 2 breaking, 3 info
  - added the new path request parameter `id`
  - removed the required property `result` from the response with the `200` status
  - api operation id `deleteUserShippingById` was added
  - api tag `Addresses` added
  - …1 more

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/user/shipping/:id/delete.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc.dev/terminaldotshop/apis/terminal-api/revisions/43ff7af31b1e?raw)
