Delete a connection
Delete a connection
Use this endpoint to soft delete a connection. The deletion will fail with 409 Conflict if there are any active jobs running for this connection.
DELETE
Delete a connection
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Headers
The authorization token in the Bearer <token> format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
Example:
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Path Parameters
Unique identifier of the connection (UUID format).
Example:
"019996b8-f3d1-7d2b-a192-6e91464d82fc"
Response
If the request is successful, you'll get an empty response.

