---
title: How to delete a function
description: Learn how to delete Serverless Functions from Scaleway.
dates:
  validation: 2025-09-01
  posted: 2021-05-26
---
import Requirements from '@macros/iam/requirements.mdx'

This page shows you how to delete a function.

<Message type="important">
  This action is irreversible, and permanently deletes your function and all its data.
</Message>

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A [function](/serverless-functions/how-to/create-a-function/)

1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.
2. Click the relevant functions namespace.
3. Click the <Icon name="more" /> icon next to the function you want to delete, and select **Delete** from the drop-down menu.
4. Type **DELETE** in the pop-up that asks you to confirm the action, then click **Delete function**.

<Message type="tip">
  You can also delete a function from the function's **Overview** tab.
</Message>
