Skip to main content

Remove the site from its parent site

x-ms-visibility: "important"

Send a request to remove a site from its parent site. Parent site must be different from the subsite.

Path Parameters
    parentgroupid int32 required

    This is the globally unique ID for the parent site

    childgroupid int32 required

    This is the globally unique ID for the subsite

Responses

The site has been removed successfully from its parent site

DELETE /group/:parentgroupid/subgroup/:childgroupid

Authorization

name: codetype: apiKeyin: query

Request

Base URL
https://api.emabler.net/api
apiKey — auth required
code in query
customerKey — auth required
clientId in query
parentgroupid — path required
childgroupid — path required
curl / cURL
curl -L -X DELETE 'https://api.emabler.net/api/group/:parentgroupid/subgroup/:childgroupid' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain'