Workflows
Delete a workflow
Deletes a workflow. The deletion is applied asynchronously and the response body is empty. This cannot be undone.
Authorization
apiKey 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"{}Create a workflow
Creates a workflow from a trigger and a set of blocks. Create it disabled and enable it once the automation graph is complete. Returns the created workflow.
Get a workflow
Returns a single workflow as a JSON:API resource, including its trigger and the blocks that make up its automation graph.