Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1060",
"type": "users",
"attributes": {
"name": "Mirian Flatley",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Mirian",
"last_name": "Flatley",
"full_name": "Mirian Flatley",
"full_name_with_team": "[Schowalter-Abshire] Mirian Flatley",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-04T23:17:42.109-08:00",
"created_at": "2026-02-04T23:17:42.109-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "3e82cb7f-fbb7-403c-bea1-8c52d3b8d9d1",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": null
},
"on_call_role": {
"data": null
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "98e033ab-551f-4d6b-954a-7e5c2deabeaa",
"type": "user_notification_rules"
},
{
"id": "06b58df4-ff33-4277-84e6-36d31a68fbfc",
"type": "user_notification_rules"
}
]
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1060",
"type": "users",
"attributes": {
"name": "Mirian Flatley",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Mirian",
"last_name": "Flatley",
"full_name": "Mirian Flatley",
"full_name_with_team": "[Schowalter-Abshire] Mirian Flatley",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-04T23:17:42.109-08:00",
"created_at": "2026-02-04T23:17:42.109-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "3e82cb7f-fbb7-403c-bea1-8c52d3b8d9d1",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": null
},
"on_call_role": {
"data": null
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "98e033ab-551f-4d6b-954a-7e5c2deabeaa",
"type": "user_notification_rules"
},
{
"id": "06b58df4-ff33-4277-84e6-36d31a68fbfc",
"type": "user_notification_rules"
}
]
}
}
}
}