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": "019b03d2-efd9-75d4-b3a1-e7fb04a863b7"
}