ElfsquadDataClient.DeleteEntityByIdAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete entity
public virtual System.Threading.Tasks.Task DeleteEntityByIdAsync(string nameOfTheEntity, string identifierOfTheEntity, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteEntityByIdAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteEntityByIdAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteEntityByIdAsync (nameOfTheEntity As String, identifierOfTheEntity As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- nameOfTheEntity
- String
Name of the entity
- identifierOfTheEntity
- String
Identifier of the entity
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Delete entity