Delete function
Delete function
Deletes a single function by ID. A function is custom JavaScript that runs in Voiceflow’s sandbox and returns through a named path. The response carries only a confirmation message, so refetch the functions to see what is left.
DELETE
Delete function
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the function to operate on.
Query Parameters
The ID of the project to operate on.
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.
A human-readable message confirming the deletion.