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": "019add30-84c8-7564-8233-a9fcecd13a2f"
}