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": "019edb4d-228e-7cf7-9b76-b4f51c7706ab"
}