public async Task <IActionResult> DeleteDataField([FromRoute] string fieldId)
 {
     return(await _graphService.DeleteDataField(fieldId));
 }