Delete a virtual data plane
Delete a virtual data plane. It is soft-deleted (archived) and no longer appears in reads;
the response returns the archived virtual data plane. It is identified by the
virtual_dataplane_id path parameter alone; the x-hh-dataplane-id header does not
participate.
Deleting a virtual data plane also archives every workspace inside it and every project
inside those workspaces, so the events, datasets, and evaluations in them are no longer
reachable. Because that reaches two levels below the resource named in the URL, a virtual
data plane with active workspaces is rejected with a 409 unless the request sets
dangerously_delete_child_scopes=true. Workspaces that were already archived do not count.
The response describes only the virtual data plane. It does not enumerate what the cascade archived, so read that first if you need the list.
This endpoint is unavailable where HoneyHive assigns virtual data planes automatically, and returns a 403 there.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the virtual data plane to delete
Query Parameters
Archive the virtual data plane even when it still has active workspaces, archiving those workspaces and their projects too. Without it, such a request fails with a 409 and no changes are made.