bulkDeleteSite( )


This endpoint enables you to delete multiple sites.

This is not a permanent delete. Sites are moved to the trash bin and can be restored through site collaborators.

Learn more about deleting multiple sites.

Important: This call requires an account level API key.

Method Declaration
Copy
Method Parameters
idsArray<string>Required

Site IDs.

Min: 1 site ID
Max: 20 site IDs

Returns
Return Type:Promise<BulkDeleteSiteResponse>
Errors

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

Did this help?