Skip to main content
DELETE
/
v1
/
functions
/
{functionId}
Delete function
curl --request DELETE \
  --url https://api.zavu.dev/v1/functions/{functionId} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "name": "<string>",
  "slug": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

functionId
string
required

Zavu Function ID.

Response

Function deleted.

deleted
boolean
required
name
string
slug
string