AgentResourceDeletePreviewRequest
Resources to check before a single or bulk delete.
items object[]필수
Possible values: >= 1, <= 1000
Array [
resource_typeResource Type (string)필수
Possible values: [tool, actor, prompt, semantic_table, semantic_template, llm_model]
resource_idResource Id (string)필수
]
AgentResourceDeletePreviewRequest
{
"items": [
{
"resource_type": "tool",
"resource_id": "string"
}
]
}