Device Location - Delete Location
Deleting location
Deletehttps://api.iotstadium.com/auth/ext/locations/:id
Parameter
Field | Type | Description |
---|---|---|
id | Number |
The ID of the location that you want to delete |
{
"message": "location deleted",
"data": {
"id": "173"
},
"code": 200
}
{
"message": "data not found",
"errors": [
{
"message": "data not found",
"field": "location"
}
],
"code": 404
}