Skip to main content
DELETE
/
v1
/
databricks-auth
/
{authorizationId}
Delete Databricks Authorization
curl --request DELETE \
  --url https://{tenant}.mindbridge.ai/api/v1/databricks-auth/{authorizationId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

authorizationId
string
required

Response

204

No Content