Delete a variable
POST/variables/delete
Delete a variable. All the data submitted for that variable will also be deleted and devices deployed will no longer be able to submit data for that variable.
Request
- application/json
Body
variable stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
{
"success": true,
"error": "string",
"errorcode": 0
}
Loading...