Skip to main content
DELETE
/
v1
/
connections
/
{connectionId}
Delete connection
curl --request DELETE \
  --url https://{instance}.omniapp.co/api/v1/connections/{connectionId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Connection moved to trash."
}

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

connectionId
string<uuid>
required

Connection ID

Response

Connection moved to trash successfully

success
boolean
Example:

true