Delete an existing connection, identified by its ID.
api.connections.delete
cURL
curl --request DELETE \ --url https://{tenant}.mindbridge.ai/api/v1/connections/{connectionId} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No Content
Was this page helpful?