API ReferenceWorkflows

Delete workflow

Delete a workflow the team owns.

DELETE
/api/v1/console/workflows/{workflowId}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Team API key (prefix sk_). You may also send the key via X-Api-Key header.

In: header

Path Parameters

workflowId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/v1/console/workflows/string"
{  "message": "Success",  "data": null}
{  "message": "string",  "error": "string",  "code": "string",  "statusCode": 0,  "request_id": "266ea41d-adf5-480b-af50-15b940c2b846"}