Skip to main content
DELETE
/
v1alpha1
/
project
/
{projectID}
/
environment
/
{projectEnvironmentID}
Delete a project environment
curl --request DELETE \
  --url https://realtime-api.voiceflow.com/v1alpha1/project/{projectID}/environment/{projectEnvironmentID} \
  --header 'authorization: <api-key>'

Authorizations

authorization
string
header
required

Voiceflow API key

Path Parameters

projectID
string
required

ID of the project that owns the environments.

projectEnvironmentID
string
required

Response

204 - undefined