Skip to main content

Delete Connection

Permanently removes a connection and stops all monitoring for it.
DELETE https://api.opsmatic.com/v1/connections/{id}
Requires an API key with connections: delete and access to the connection.

Path Parameters

id
string
required
The connection ID to delete, e.g. conn_abc123.

Headers

Authorization
string
required
Bearer ops_your_api_key
This is irreversible. Historical data is subject to your plan’s retention policy and any OpenClaw ingest key bound to the connection stops working.
curl -X DELETE https://api.opsmatic.com/v1/connections/conn_abc123 \
  -H "Authorization: Bearer ops_your_api_key"
{ "message": "Connection deleted successfully" }