Skip to main content
DELETE
/
v1
/
connection-environments
/
{connectionEnvironmentId}
Delete connection environment
curl --request DELETE \
  --url https://{instance}.omniapp.co/api/v1/connection-environments/{connectionEnvironmentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

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

connectionEnvironmentId
string<uuid>
required

The ID of the connection environment to delete

Response

Connection environment deleted successfully

success
boolean
Example:

true