Delete a Place Set

DELETE /placesets/{setId}

Deletes a place set using the unique setId. Note: Deleting a place set deletes all places within the set.

Request

Authorization: bearer {token}

Response

NameDescriptionData Type
idUnique place set identifier
Int
ModifiedOnIndicates the last time the place was modified
DateTime

Sample Response

{
  "data": [
    {
      "ItemsModified": 1,
      "ModifiedOn": "2019-02-26T19:00:17.073+00:00"
    }
  ]
}

Error Codes

NameDescription
Cannot find Set with supplied idThis error will be thrown when the setId does not belong to the account.