Skip to main content
DELETE
/
functions
/
{function_id}
Delete Function
curl --request DELETE \
  --url https://api.opper.ai/v2/functions/{function_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<unknown>",
  "type": "BadRequestError",
  "message": "The request is invalid"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

function_id
string<uuid>
required

Unique identifier of the function given as a UUID

Response

Successful Response