---
title: "Archive fixed asset"
method: DELETE
path: "/public/v2/fixed-assets/{fixed_asset_number}/"
tags: ["Fixed Assets"]
---

# Archive fixed asset

`DELETE /public/v2/fixed-assets/{fixed_asset_number}/`

Archive a fixed asset (soft delete). This also archives any posted depreciation transactions.

## Path parameters

- `fixed_asset_number` integer, required

## Response `200`

OK

- SuccessSchema
  - `success` true
  - `errors` object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

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