Delete network
DELETE
/networks/{id}Contract
Parameter | Value |
|---|---|
| Section | networks |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | integer | Network ID |
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Network deleted | no body |
401 | Unauthorized | object |
500 | Invalid ID or record deletion failed | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }