Skip to main content
DELETE
/
v1
/
workflows
/
{id}
Delete workflow
curl --request DELETE \
  --url https://app.galaxy.ai/api/v1/workflows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Minimum string length: 1

Response

Successful response

id
string
required