Delete a user

This API endpoint lets you delete a specific user and the issued identities.

Headers

  • Authentication: Bearer <JWT>
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

Parameters

Type

Description

organizationName

string

Denotes the name of the organization.

userName

string

The unique username assigned to a user.

IsFederated

bool

(optional) Denotes if the user is federated.

  • True: The user is federated.
  • False: The user is not federated.
Language
URL