Clears the SQL cursor

POST /_sql/close
application/json

Body Required

  • cursor string Required

    Cursor to clear.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
POST /_sql/close
curl \
 -X POST http://api.example.com/_sql/close \
 -H "Content-Type: application/json" \
 -d '{"cursor":"string"}'