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