POST

Bulk Delete Info Sections


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 multiple info sections.

Authentication

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

Permissions
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Info section write in v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/info-sections/delete

Body Params
infoSectionIdsArray <string>Requiredformat GUIDminItems 1maxItems 100

IDs of info sections to delete.

Response Object
resultsArray <BulkInfoSectionResult>

Info sections deleted by bulk action


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk Update Info Sections

Bulk Update Info Sections.

Request
cURL
Response
JSON
Errors

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

Event TriggersThis method triggers the following events:
Did this help?