Пример #1
0
 /// <summary>
 /// Deletes all data from a space.
 /// </summary>
 /// <param name="spaceID">The ID of the space to query.</param>
 /// <returns>The id of the job executing the data deletion.</returns>
 public string DeleteAllData(string spaceID)
 {
     return(_webService.deleteAllDataFromSpace(LoginToken, spaceID));
 }