Skip to content

ServiceNow.Core

SNow.Core.API.IAPI<T>

IAPI<T>.DeleteAsync(string, Guid) Method

Must have and attribute id in the path.

csharp
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.