Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Response
OK
The response is of type object
.
DeleteUser
Deletes an existing user. This will also notify the configured identity provider to delete the user.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.