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>
Example generated
{
"emails": [
"example"
]
}

APIEmpty is an empty response

Media type application/json

APIForbiddenError is a forbidden error response

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}

APIValidationError is error format response related to input validation

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}