Delete app connection

Delete app connection

Endpoint

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

Path Parameters

id string, required

System-generated unique identifier

Query Parameters

user_key string, optional

Unique user identifier

Response

Returns successful.

Response Properties

id string

ID of deleted resource

Errors

  • 404 - not found
Response
1
2
3
{
  "id": "0198c2e9-b79d-79aa-b8b8-56f09f26ff1b"
}