v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Functions

Delete function

Permanently delete a serverless function. This will also remove the function from the runtime platform and delete all associated secrets.

After deletion:

  • Function will be removed from Cloudflare Workers or Supabase Edge Functions
  • All function secrets are automatically deleted
  • Function endpoint URL will return 404
  • Function invocation records are preserved for audit history

This operation cannot be undone. Make sure to backup function code if needed before deletion.

delete/functions/{function_id}

Response

Function deleted successfully (no content returned)