> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/account-level/sites/site-actions/introduction.md ## Article Content: # About the Site Actions API The Site Actions API allows you to manage the sites owned by a Wix account. With the Wix Site Actions API, your app can: - Delete site in bulk. - UnPublish sites. ## About unpublishing sites If a site was built with any Wix editor, after calling the unpublish API for the first time anyone will be able to view the site on the internet. Calling the UnPublish endpoint after the initial unpublish will make any latest changes made in the Wix editor go live. (Site admins have access to view all changes made to the site in [Site History](https://support.wix.com/en/article/viewing-and-managing-your-site-history).) ## 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. @sdk_package_setup