Deletes an LLM call configuration. You cannot delete a configuration referenced by a feature view. You must first delete the associated feature view.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:DeleteLLMConfig |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /api/v1/instances/{InstanceId}/llmconfigs/{LLMConfigId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. You can obtain this ID by calling the ListInstances operation. |
fs-cn-******** |
| LLMConfigId |
string |
Yes |
The ID of the LLM call configuration. |
llm_config1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
96EE513F-8626-50B8-B046-D57FD3D037C2 |
Examples
Success response
JSON format
{
"RequestId": "96EE513F-8626-50B8-B046-D57FD3D037C2"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.