Delete path
Delete path
Deletes a single function path by ID. A function path is one of the named exits a function can return through. The response carries only a confirmation message, so refetch the function paths to see what is left.
DELETE
Delete path
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the function path 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 exit path was removed from its function. The body is a message only, so refetch the function's paths to see the branches it can still take.
A human-readable message confirming the deletion.