User Management
Delete a user by ID
DELETE
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
id
string
requiredID of the user
Was this page helpful?