Langburp
Connections

Delete a connection

Delete a connection

DELETE
/v1/connections/{connectionId}

Authorization

x-api-key<token>

In: header

x-secret-key<token>

In: header

Path Parameters

connectionId
Required
string
curl -X DELETE "https://api.langburp.com/v1/connections/string" \
  -H "x-api-key: <token>" \
  -H "x-secret-key: <token>"

The connection was deleted successfully

{}