Data lake
Delete saved query
Delete a saved lake query and its schedule.
DELETE
Delete a saved lake query. Cloud also deletes its schedule if one exists. You can no longer run it with
saved_query_id. Only the query owner or an admin can delete it.
Past query runs stay in history. Each run keeps the SQL snapshot from when it executed.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
- Bearer token
- X-Blnk-Key header
- X-API-Key header
Path
string
required
Unique id of the saved query to delete (
lake_query_...). Get it from Get saved query.Response
A successful delete returns204 No Content with an empty body.