v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
Connections

Delete connection

<Note> This endpoint requires **Connection Admin** permissions. </Note>

Archives a connection (moves it to trash). Archived connections can be restored from the trash in the Omni app.

This endpoint performs a soft delete. The connection and its associated models and content are moved to trash, and sensitive information such as passwords and keys is permanently deleted.

delete/v1/connections/{connectionId}

Path parameters

connectionIdstring uuid required

Connection ID

Response

Connection moved to trash successfully

successboolean

Example response

{
  "success": true
}