diff --git a/src/content/docs/workers/configuration/multipart-upload-metadata.mdx b/src/content/docs/workers/configuration/multipart-upload-metadata.mdx index 0d1a8ad86fd4225..3aa164eeb68567f 100644 --- a/src/content/docs/workers/configuration/multipart-upload-metadata.mdx +++ b/src/content/docs/workers/configuration/multipart-upload-metadata.mdx @@ -191,10 +191,6 @@ Workers can interact with resources on the Cloudflare Developer Platform using [ "service": "", "environment": "production" }, - { - "type": "tail_consumer", - "service": "" - }, { "type": "vectorize", "name": "", diff --git a/src/content/docs/workers/observability/logs/tail-workers.mdx b/src/content/docs/workers/observability/logs/tail-workers.mdx index 27ec80a2a70aa6f..0c53cc49771dda3 100644 --- a/src/content/docs/workers/observability/logs/tail-workers.mdx +++ b/src/content/docs/workers/observability/logs/tail-workers.mdx @@ -97,7 +97,8 @@ tail_consumers = [{service = ""}] :::note -The Worker that you add a `tail_consumers` binding to must have a `tail()` handler defined. +Workers added to the `tail_consumers` array must have a `tail()` handler defined. + ::: ## Related resources diff --git a/src/content/docs/workers/runtime-apis/bindings/tail-worker.mdx b/src/content/docs/workers/runtime-apis/bindings/tail-worker.mdx deleted file mode 100644 index 4969292e6912017..000000000000000 --- a/src/content/docs/workers/runtime-apis/bindings/tail-worker.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -pcx_content_type: navigation -title: Tail Workers -external_link: /workers/observability/logs/tail-workers/ -head: [] -description: Receive and transform logs, exceptions, and other metadata. Then - forward them to observability tools for alerting, debugging, and analytics - purposes. - ----