Delete connection
Connections
Delete connection
Delete the current user’s connection to this server.
This will remove the connection record and clean up any stored OAuth credentials. The user will need to reconnect to use this server again.
DELETE
Delete connection
Authorizations
JWT token obtained through Barndoor's OAuth 2.0 authorization-code flow with PKCE.
The token should be included in the Authorization header:
Authorization: Bearer <your-jwt-token>
Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.
Path Parameters
Server UUID
Response
Connection deleted successfully