Delete an email address for the authenticated user
DELETE {{baseUrl}}/user/emails
This endpoint is accessible with the user
scope.
Request Body
{"emails"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |