Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
user_email_address deleted
Deletes a user email address
curl --request DELETE \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2745d36a-6fd7-4bf5-9921-9a985425512b",
"type": "user_email_addresses",
"attributes": {
"user_id": 552,
"email": "ethelene.mueller@borer.example",
"primary": false,
"verified_at": null,
"created_at": "2025-11-06T13:30:42.549-08:00",
"updated_at": "2025-11-06T13:30:42.646-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user_email_address deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2745d36a-6fd7-4bf5-9921-9a985425512b",
"type": "user_email_addresses",
"attributes": {
"user_id": 552,
"email": "ethelene.mueller@borer.example",
"primary": false,
"verified_at": null,
"created_at": "2025-11-06T13:30:42.549-08:00",
"updated_at": "2025-11-06T13:30:42.646-08:00"
}
}
}