Values.DeleteTestGridProjectResultSourceDeletes a Selenium testing project and all content generated under it. You cannot delete a project if it has active sessions. You cannot undo this operation.
type nonrec error = [ | `ArgumentException of ArgumentException.t| `CannotDeleteException of CannotDeleteException.t| `InternalServiceException of InternalServiceException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `CannotDeleteException of CannotDeleteException.t
| `InternalServiceException of InternalServiceException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `CannotDeleteException of CannotDeleteException.t
| `InternalServiceException of InternalServiceException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]