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 #
Name | Description | Data Type |
---|---|---|
id
| Unique place set identifier |
Int |
ModifiedOn
| Indicates the last time the place was modified |
DateTime |
Sample Response #
{
"data": [
{
"ItemsModified": 1,
"ModifiedOn": "2019-02-26T19:00:17.073+00:00"
}
]
}
Error Codes #
Name | Description |
---|---|
Cannot find Set with supplied id | This error will be thrown when the setId does not belong to the account. |