Delete workflow

Delete workflow

Endpoint

DELETE https://embedworkflow.com/api/v1/workflows/{id}

Path Parameters

id string, required

System-generated unique identifier

Query Parameters

id_type string, optional

Type of identifier used in the URL

user_key string, optional

Unique user identifier

Response

Returns successful.

Errors

  • 404 - not found
Response
1
2
3
{
  "id": "019d270f-e421-7afd-bd7b-da14619e30d3"
}