Delete an existing connection data source, identified by its ID.
api.connection-data-sources.delete
cURL
curl --request DELETE \ --url https://{tenant}.mindbridge.ai/api/v1/connection-data-source/{connectionDataSourceId} \ --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?