Skip to main content
DELETE
/
v1
/
objects
/
{slug}
/
attributes
/
{attr_id}
Delete an attribute definition
curl --request DELETE \
  --url https://app.nex.ai/api/developers/v1/objects/{slug}/attributes/{attr_id} \
  --header 'Authorization: <api-key>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

slug
string
required

Object slug

attr_id
string
required

Attribute definition ID

Response

Attribute definition deleted

Last modified on February 17, 2026