api:zerotier:memberdelete
Table of Contents
API : ZeroTier : Delete member
Introduction
This API will delete a member on a network. Remember to deauthorize the member first.
Request
| 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 | ||
Query example
DELETE https://api.telecomx.dk/zerotier/network/46574658690992645/member/5647364534
Response
| Field | Type | Description |
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Member not found |
| 403 | access_denied | Access denied |
| 500 | internal_error | <Unspecified> |
api/zerotier/memberdelete.txt · Last modified: 2022/11/08 14:10 by Per Møller