Skip to main content
DELETE
/
v3
/
functions
/
{name}
cURL
curl --request DELETE \
  --url https://api.opper.ai/v3/functions/{name} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<unknown>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.opper.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Path Parameters

name
string
required

Function name

Response

No content