# Delete Node Endpoint: DELETE /node/{node_id} ## Path parameters: - `node_id` (integer,string, required) You can delete a single node from the network by specifying the integer value of the node which can be obtained using the Get Client State endpoint. If you want to delete all nodes within the network, then you can specify the string all. - integer: Attempts to delete a single node from the network - all: Attempts to delete all nodes within the network ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields