Attributes
Bulk Delete Attributes
Deletes multiple attributes by their IDs for a specified attribute template in a single operation. Returns lists of successful and failed deletions. Publishes attribute deleted events for each successful deletion.
DELETE
Error
Path Parameters
Team slug
App slug
Attribute template key
Body
application/json
Attribute IDs to delete (max 50)
Required array length:
1 - 50 elementsPrevious
Bulk Update AttributesPartially updates multiple attributes for a specified attribute template. Only provided fields are modified; omitted fields remain unchanged. Supports various field types including text, number, boolean, color, images (via URL or base64), and image_object (via existing app image UUID). Automatically uploads images to Cloudflare when not referencing by id. Returns lists of successful and failed updates with detailed error reasons.
Next
Error