rest-api-spec.api.delete_script.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
OpenSearch subproject :rest-api-spec
The newest version!
{
"delete_script":{
"documentation":{
"url":"https://opensearch.org/docs/latest/api-reference/script-apis/delete-script/",
"description":"Deletes a script."
},
"stability":"stable",
"url":{
"paths":[
{
"path":"/_scripts/{id}",
"methods":[
"DELETE"
],
"parts":{
"id":{
"type":"string",
"description":"Script ID"
}
}
}
]
},
"params":{
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
},
"master_timeout":{
"type":"time",
"description":"Specify timeout for connection to master",
"deprecated":{
"version":"2.0.0",
"description":"To support inclusive language, use 'cluster_manager_timeout' instead."
}
},
"cluster_manager_timeout":{
"type":"time",
"description":"Specify timeout for connection to cluster-manager node"
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy