Skip to main content

Delete a Site

The ContentTools API has been deprecated and replaced by the Places API.

DELETE /sites/{siteId}

Deletes a site by the siteId.

Request

Authorization: bearer {token}

Response

Name Description Data Type
ItemsModified Number of sites deleted
Int
ModifiedOn Indicates the time the site was deleted
DateTime

Sample Response

{
  "data": [
    {
      "ItemsModified": 1,
      "ModifiedOn": "2019-02-26T20:39:44.24+00:00"
    }
  ]
}
Last updated January 9, 2023.
API Endpoint: