Skip to main content
DELETE
Delete function

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

functionID
string
required

The ID of the function to operate on.

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Response

200 - application/json

Confirms the function was deleted. The response is a message, not the removed function, so its JavaScript source is not recoverable from this call.

message
string
required

A human-readable message confirming the deletion.