Delete a Site

DELETE /sites/{siteId}

Deletes a site by the siteId.

Request

Authorization: bearer {token}

Response

NameDescriptionData Type
ItemsModifiedNumber of sites deleted
Int
ModifiedOnIndicates the time the site was deleted
DateTime

Sample Response

{
  "data": [
    {
      "ItemsModified": 1,
      "ModifiedOn": "2019-02-26T20:39:44.24+00:00"
    }
  ]
}