Delete Organization ID
DELETE/api/v1/org/orgIds/:orgId
Delete Organization ID
Request
Path Parameters
orgId numberrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
orgId numberrequired
device stringnullable
Device id related to the org id. Set to null to remove the current device.
group numbernullable
Group parent id for the org id. Set to null to remove the current group parent.
{
"orgId": 0,
"device": "string",
"group": 0
}
Loading...