Attributes
Delete attribute
Permanently deletes an attribute by its template and attribute key. Publishes an attribute deletion event to notify dependent systems.
DELETE
Error
Path Parameters
App slug
Team slug
Attribute template key
Attribute key
Previous
Update attributeUpdates an existing attribute including its key, name, description, and field values. Field values are validated against the template's field types (e.g., image fields must be valid images, number fields must be numeric). For image fields, you may upload a file, pass a public image URL in the field key, or reference an existing app image by UUID via form field `image_id` when the field key is `image`, otherwise `<field_key>_image_id`.
Next
Error