bulkDeleteContent( )


Deletes multiple translation content items.

Method Declaration
Copy
Method Parameters
contentIdsArray<string>Required

IDs of the translation content items to delete.

Returns
Return Type:Promise<BulkDeleteContentResponse>
Errors

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

Did this help?