api:zerotier:networkdelete
Table of Contents
API : ZeroTier : Delete network
Introduction
This API will delete a network and all the members of it.
Request
| URL | https://api.telecomx.dk/zerotier/network/NETWORK_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MAMAGER or OWNER that belongs to the customer RESELLER, RESELLER_ADMIN for the customer or ADMIN |
||
| Params | NETWORK_ID | Id of the network | |
Query example
DELETE https://api.telecomx.dk/zerotier/network/46574658690992645
Response
| Field | Type | Description |
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Network not found |
| 403 | access_denied | Access denied |
| 500 | internal_error | <Unspecified> |
api/zerotier/networkdelete.txt · Last modified: 2022/11/08 14:11 by Per Møller