Deletes a user email address
curl --request DELETE \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "41fda812-51b1-4071-85d3-52a83bba8875",
"type": "user_email_addresses",
"attributes": {
"user_id": 833,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-07T21:18:18.716-08:00",
"updated_at": "2026-01-07T21:18:18.755-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "41fda812-51b1-4071-85d3-52a83bba8875",
"type": "user_email_addresses",
"attributes": {
"user_id": 833,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-07T21:18:18.716-08:00",
"updated_at": "2026-01-07T21:18:18.755-08:00"
}
}
}