Umgebung löschen
DELETE/v1/environments/{environment_id}
Lösche eine Umgebung anhand ihrer ID. Gibt eine Bestätigung der Löschung zurück.
Parameters
Returns
Umgebung löschen
EnvironmentDeleteParams parameters = new()
{
EnvironmentID = "env_011CZkZ9X2dpNyB7HsEFoRfW"
};
var betaEnvironmentDeleteResponse = await client.Beta.Environments.Delete(parameters);
Console.WriteLine(betaEnvironmentDeleteResponse);Response 200
{
"id": "env_011CZkZ9X2dpNyB7HsEFoRfW",
"type": "environment_deleted"
}Returns Examples
Response 200
{
"id": "env_011CZkZ9X2dpNyB7HsEFoRfW",
"type": "environment_deleted"
}