Skip to main content
DELETE
/
hub
/
nodes
/
{collection_topic}
/
{node_topic}
Delete a node
curl --request DELETE \
  --url https://api.quiva.ai/hub/nodes/{collection_topic}/{node_topic} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Path Parameters

collection_topic
string
required

The topic is a hash of the name that was used when a collection was created

node_topic
string
required

Node topic - hash of the names the node was created with

Response

Node deleted successfully

message
string

Success message