curl --request DELETE \
--url https://api.seminode.com/v1/nodes/{id} \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Deletes the specified Node after verifying caller permissions and remote node cleanup.
curl --request DELETE \
--url https://api.seminode.com/v1/nodes/{id} \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Was this page helpful?