Skip to main content
DELETE
/
hub
/
workflows
/
{collection_topic}
/
{flow_topic}
Delete a workflow
curl --request DELETE \
  --url https://api.quiva.ai/hub/workflows/{collection_topic}/{flow_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

flow_topic
string
required

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

Response

Workflow deleted successfully

message
string

Success message