---
title: "Delete Function"
method: DELETE
path: "/v2/nvcf/functions/{functionId}/versions/{functionVersionId}"
tags: ["Function Management"]
---

# Delete Function

`DELETE /v2/nvcf/functions/{functionId}/versions/{functionVersionId}`

Deletes the specified function version in the authenticated NVIDIA Cloud  Account. Requires a bearer token with 'delete_function' scope in the HTTP  Authorization header. If the function version is public, then Account Admin  cannot delete the function.

## Path parameters

- `functionId` string, uuid, required
- `functionVersionId` string, uuid, required

## Response `204`

No Content

---

[API](https://skmtc.dev/brevdev/apis/cloud-functions.md) · [All operations](https://skmtc.dev/brevdev/apis/cloud-functions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brevdev/cloud-functions/revisions/add37b001ffc/schema)
