This API will delete a member on a network. Remember to deauthorize the member first.
| URL | https://api.telecomx.dk/zerotier/network/NETWORK_ID/member/MEMBER_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 | |
| MEMBER_ID | Id of the member | ||
DELETE https://api.telecomx.dk/zerotier/network/46574658690992645/member/5647364534
| Field | Type | Description |
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Member not found |
| 403 | access_denied | Access denied |
| 500 | internal_error | <Unspecified> |