---
title: "Delete log export configuration"
method: DELETE
path: "/compute/funcs/{id}/logs/export"
tags: ["functions"]
---

# Delete log export configuration

`DELETE /compute/funcs/{id}/logs/export`

Stops exporting a function's logs and removes its destination configuration. Idempotent: deleting when nothing is configured succeeds.

## Path parameters

- `id` string, required

## Response `204`

Log export configuration deleted, or none was configured (idempotent). No content is returned.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Function not found
- `422` — Invalid function ID
- `500` — Internal server error

## Changes

> 92 revisions in range; 1 not diffed.

- **2026-09-21** `673109139443` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/compute/funcs/:id/logs/export/delete.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/d8b8159753ee?raw)
