DELETE
/
connections
/
nodes
/
{id}
Delete a node connection
curl --request DELETE \
  --url https://api.seminode.com/v1/connections/nodes/{id} \
  --header 'Authorization: <api-key>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

id
string
required

Node ID

Response

200
application/json

node connection deleted

The response is of type object.