deleteBundle — Deleting active product bundles from a site
The deleteBundle
method deletes active SiteLock product bundles from a site.
SiteLock bundles commonly include a Scan plan and a Firewall & CDN, though some bundles may contain additional products.
The |
The API endpoint is:
https://api.sitelock.com/v1/partner
Request format
-
SiteLockOnlineRequest: This element is used to delineate the full API request.
-
authentication: The partner’s username, password, and branding
-
username: The partner’s API username
-
password: The partner’s API password
-
partner: (Optional) The brand name to use in messaging
-
-
deleteBundle: The method name
-
bundleInfo: A list of sites from which to delete the product bundles
-
site_id: (Repeatable) The ID of the site
Submitting multiple
site_id
elements returns multiple site statuses in a single XML response.
-
-
-
Request response
Example success response
<SiteLockOnlineResponse>
<deleteBundle>
<bundleStatuses>
<bundleStatus>
<site_id>2468012</site_id>
<status>ok</status>
</bundleStatus>
</bundleStatuses>
</deleteBundle>
</SiteLockOnlineResponse>