---
title: "Delete a single custom attribute"
method: DELETE
path: "/v1/objects/{object-id}/custom-attributes/{name}"
tags: ["Objects"]
---

# Delete a single custom attribute

`DELETE /v1/objects/{object-id}/custom-attributes/{name}`

Remove a custom attribute by name. Idempotent — deleting an attribute that does
not exist still returns 204.

## Path parameters

- `object-id` integer, required
- `name` string, required

## Response `204`

Attribute deleted (or was already absent).

## Other responses

- `400` — Invalid attribute name.
- `401` — Unauthorized
- `403` — User does not have modify access to the object
- `404` — Object with given ID does not exist

---

[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)
