Skip to main content
DELETE
Delete a user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

System-generated user ID.

Example:

"jqfwg345gi25n5ju2yz5iz6m"

Query Parameters

tenantName
string | null

Tenant name override. Defaults to the caller's tenant when omitted.

Response

The user has been deleted.

The response is of type DeleteUserResponse · object.