v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Objects

Delete a single custom attribute

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

delete/v1/objects/{object-id}/custom-attributes/{name}

Path parameters

object-idinteger required
namestring required

Custom attribute name (URL-encoded).

Response

Attribute deleted (or was already absent).