Delete location item
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
itemId |
Location item id |
integer |
Required |
accountid |
Premium account id. Include it if you have the ability to create Premium (multi-user) accounts. |
globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | boolean |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": true, "Success": true, "Messages": [] }