Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.base44.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete deployed backend functions from Base44. This removes the remote deployment only. Local function files in your project are not affected. You can delete a single function or multiple functions at once.
Deleting a function removes it from Base44. Any endpoints, SDK calls, or automations that depend on this function will stop working.

Usage

base44 functions delete <names...>

Arguments

ArgumentDescriptionRequired
<names>One or more function names, separated by spaces or commasYes

See also