sites

Delete Multidev Environment

Deletes a multidev environment.

delete/v0/sites/{site_id}/environments/{env_id}

Path parameters

site_idstring required

Site UUID

env_idstring required

Environment ID

Request body

delete_branchboolean

Whether to also delete the Git branch

Example request

{
  "delete_branch": true
}

Response

active_descriptionstring

Active description of the workflow

idstring required

Workflow ID

number_of_tasksinteger

Number of tasks in the workflow

Example response

{
  "active_description": "Creating database backup",
  "id": "12345678-1234-1234-1234-123456789012",
  "number_of_tasks": 5
}