POST
/_sql/close
curl \
--request POST http://api.example.com/_sql/close \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"cursor":"string"}'
Request examples
{
"cursor": "string"
}
Response examples (200)
{
"succeeded": true
}