Disable Ask Essbase
delete
/essbase/rest/v1/ai/aiconnection/{aiConnectionName}/job/vectorindex
Disables the Ask Essbase feature.
Request
Supported Media Types
- text/plain
Path Parameters
-
aiConnectionName(required): string
AI connection name.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Job to drop the vector index was created successfully.
400 Response
Bad Request
Failed to create a job to drop the vector index.
Examples
The following example shows how to disable the Ask Essbase feature.
This example uses cURL to access the REST API from a Windows shell script. The calling user's ID and password are variables whose values are set in properties.bat.
Script with cURL Command
call properties.bat
curl -X DELETE "https://myserver.example.com:9001/essbase/rest/v1/ai/aiconnection/PHX-241080-GENAI/job/vectorindex" -H "accept: application/json"-u %User%:%Password%