Skip to content

ServiceNow.Core

SNow.Core.API.APIBase

APIBase.deleteAsync(string, Guid) Method

csharp
public System.Threading.Tasks.Task<bool> deleteAsync(string endpoint, System.Guid id);

Parameters

endpoint System.String

id System.Guid

Returns

System.Threading.Tasks.Task<System.Boolean>

Released under the MIT License.