Skip to content

Delete email addresses from a user's account

DELETE
/admin/users/{username}/emails
username
required
string

Username of user to delete email addresses from

DeleteEmailOption options when deleting email addresses

object
emails

Email addresses to delete

Array<string>
Examplegenerated
{
"emails": [
"example"
]
}

APIEmpty is an empty response

Media typeapplication/json

APIForbiddenError is a forbidden error response

Media typeapplication/json
object
message
string
url
string
Examplegenerated
{
"message": "example",
"url": "example"
}

APIValidationError is error format response related to input validation

Media typeapplication/json
object
message
string
url
string
Examplegenerated
{
"message": "example",
"url": "example"
}