cURL
curl --request DELETE \ --url https://{tenant_id}.hanko.io/admin/users/{id} \ --header 'Authorization: Bearer <token>'
{ "code": 404, "message": "Not found" }
Bearer authentication header of the form Bearer <token>, where <token> is your API key. Must only be used when using Hanko Cloud.
Bearer <token>
<token>
ID of the user
"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
Deleted
Was this page helpful?