Delete email addresses from a user's account
DELETE
/admin/users/{username}/emails
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” username
required
string
Username of user to delete email addresses from
Request Body
Section titled “ Request Body ”DeleteEmailOption options when deleting email addresses
object
emails
Email addresses to delete
Array<string>
Example generated
{ "emails": [ "example" ]}DeleteEmailOption options when deleting email addresses
object
emails
Email addresses to delete
Array<string>
Responses
Section titled “ Responses ”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"}