Skip to main content
DELETE
/
projects
/
{project_id}
/
ticket-workflows
/
{workflow_id}
Delete an inactive workflow version (no tickets referencing)
curl --request DELETE \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/ticket-workflows/{workflow_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required
workflow_id
string<uuid>
required

Response

Deleted

ok
enum<integer>
required
Available options:
1