Email Management
Remove an email from a user
DELETE
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
/
emails
/
{email_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
requiredUUID of the requested object
email_id
string
requiredUUID of the requested email
Was this page helpful?