Skip to main content
DELETE
/
connect
/
session
Delete connect session
curl --request DELETE \
  --url https://api.nango.dev/connect/session \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "errors": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://nango.dev/docs/llms.txt

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

Deletes a connect session

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Response

Successfully deleted a connect session