diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index 37844f59c..02c36e9a8 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1157,6 +1157,34 @@ paths: Bad request. The server responds with status `400` if the request would overwrite an existing cache with a different configuration. + delete: + operationId: DeleteConfigureDistinctCache + summary: Delete distinct cache + description: Deletes a distinct cache. + parameters: + - $ref: '#/components/parameters/db' + - name: table + in: query + required: true + schema: + type: string + - name: name + in: query + required: true + schema: + type: string + responses: + '200': + description: Success. The distinct cache has been deleted. + '400': + description: Bad request. + '401': + $ref: '#/components/responses/Unauthorized' + '404': + description: Cache not found. + tags: + - Cache data + - Table /api/v3/configure/last_cache: post: operationId: PostConfigureLastCache diff --git a/resources/flux-endpoint.png b/resources/flux-endpoint.png deleted file mode 100644 index 6868a1a2c..000000000 Binary files a/resources/flux-endpoint.png and /dev/null differ diff --git a/resources/notification-endpoint.png b/resources/notification-endpoint.png deleted file mode 100644 index c8ab2d649..000000000 Binary files a/resources/notification-endpoint.png and /dev/null differ diff --git a/resources/zapier-discord.png b/resources/zapier-discord.png deleted file mode 100644 index 3bbdaf103..000000000 Binary files a/resources/zapier-discord.png and /dev/null differ diff --git a/resources/zapier-success.png b/resources/zapier-success.png deleted file mode 100644 index f6cef7014..000000000 Binary files a/resources/zapier-success.png and /dev/null differ diff --git a/resources/zapier-trigger.png b/resources/zapier-trigger.png deleted file mode 100644 index 17d8dbfd0..000000000 Binary files a/resources/zapier-trigger.png and /dev/null differ