Skip to main content
DELETE
/
workflows
/
v1
/
templates
/
{workflow_template_id}
Delete Workflow Template
curl --request DELETE \
  --url https://api-qa.interactly.ai/workflows/v1/templates/{workflow_template_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

workflow_template_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

message
string | null

A message providing additional context about the response.