latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-17264128491.2 KB

070b10a450e2

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