POST

Bulk Delete Attribute Values


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes the values of the given attribute definitions for an entity.

Each entry in attribute_definition_ids removes that attribute's value from the entity. IDs with no value for this entity are reported as a no-op success.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage_Wix_Attributes_Forms_submissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/_api/attributes/v1/attribute-values/{entityId}/bulk-delete

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?