---
title: "Delete an asset attribute"
method: DELETE
path: "/v1/asset-management-schema/{attribute-name}"
tags: ["Asset Management Schema"]
---

# Delete an asset attribute

`DELETE /v1/asset-management-schema/{attribute-name}`

Delete an asset attribute definition. All property values stored for this attribute on existing assets are also removed. Requires "Manage asset management schema" system access right.

## Path parameters

- `attribute-name` string, required — Asset attribute name.

## Response `204`

Asset attribute deleted successfully.

## Other responses

- `400` — Invalid attribute name.
- `401` — Unauthorized.
- `403` — Access denied.
- `404` — Asset attribute not found.
- `500` — Internal server error.

---

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