Skip to main content
DELETE
/
connections
/
{connection_id}
Delete Connection
curl --request DELETE \
  --url https://api.example.com/connections/{connection_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.subtotal.com/llms.txt

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

Headers

authorization
string | null
x-api-key
string | null

Path Parameters

connection_id
string
required

The unique identifier for the connection

Response

Successful Response