---
title: "Function Delete"
method: DELETE
path: "/functions/{function_id}"
tags: ["functions"]
---

# Function Delete

`DELETE /functions/{function_id}`

## Path parameters

- `function_id` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- DeleteFunctionResponse
  - `status` 'success' | 'failure', required — The status of the deletion
  - `message` string, required — The message of the deletion

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/notte/apis/notte-api.md) · [All operations](https://skmtc.net/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notte/notte-api/versions/246f6d21de0c/schema)
