Skip to main content

Delete a Place

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

DELETE /places/{placeId}

Deletes a place by placeId.

Request

Authorization: bearer {token}

Response

Name Description Data Type
ItemsModified Number of places deleted
Int
ModifiedOn Indicates the time the place was deleted
DateTime

Sample Response

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