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": "0198c2e9-c9a4-7d01-b424-dc561c7f9b22"
}