/// <summary> /// Deletes a file. /// <see href="https://api.slack.com/methods/files.delete" /> /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='token'> /// Authentication token. Requires scope: `files:write:user` /// </param> /// <param name='file'> /// ID of file to delete. /// </param> public static DeleteOKResponseModelModel Delete1(this IFiles operations, string token = default(string), string file = default(string)) { return(operations.Delete1Async(token, file).GetAwaiter().GetResult()); }