Clarify API
Workflows

Delete a workflow

Deletes a workflow. The deletion is applied asynchronously and the response body is empty. This cannot be undone.

DELETE
/workspaces/{workspace}/workflows/{id}
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string

The workspace slug — the {slug} segment of your Clarify workspace URL.

id*string

The unique ID of the workflow.

Query Parameters

silent?boolean

When true, suppresses in-app and Slack notifications for this mutation.

Response Body

application/json

curl -X DELETE "https://example.com/workspaces/string/workflows/string"
{}