About the Site Actions API

The Site Actions API enables management of Wix sites. Currently, the Site Actions API enables deleting multiple sites.

Terminology

  • Site: A website that belongs to a specific account.
  • Trash: A Wix site can be moved to trash, but not permanently deleted.

Before you begin

It’s important to note the following before starting to code:

  • A maximum of 20 sites can be deleted each time the Bulk Delete Site endpoint is run.
Was this helpful?
Yes
No

PostBulk Delete Site

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

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 and cannot be authenticated with the standard authorization header.

Syntax

POST
https://www.wixapis.com/site-actions/v1/bulk/sites/delete

Was this helpful?
Yes
No