Data lake
Delete query schedule
Remove the schedule from a saved lake query.
DELETE
Remove the schedule from a saved lake query. The query itself stays saved. You can still run it with Create new query. Cloud will not start any more scheduled query runs. Past runs stay in history.
Only the query owner or an admin can delete the schedule.
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 whose schedule you want to remove (
lake_query_...). Get it from Get saved query.Response
A successful delete returns204 No Content with an empty body.