UsersControllerRemoveUser Method

Remove a User by by provided Id.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public Task RemoveUser(
	string id
)

Parameters

id  String
 

Return Value

Task

See Also