Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "949",
"type": "users",
"attributes": {
"name": "Lourdes Bauch",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Lourdes",
"last_name": "Bauch",
"full_name": "Lourdes Bauch",
"full_name_with_team": "[Smith-Russel] Lourdes Bauch",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-13T16:20:31.985-08:00",
"created_at": "2026-01-13T16:20:31.985-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "68da6321-ccda-442d-a49b-35421e0d3d40",
"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": "96e6b153-f59e-49d8-8ef5-8435eb2e4795",
"type": "user_notification_rules"
},
{
"id": "2c5f58cb-608e-473f-9be0-ed5700d13996",
"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": "949",
"type": "users",
"attributes": {
"name": "Lourdes Bauch",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Lourdes",
"last_name": "Bauch",
"full_name": "Lourdes Bauch",
"full_name_with_team": "[Smith-Russel] Lourdes Bauch",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-13T16:20:31.985-08:00",
"created_at": "2026-01-13T16:20:31.985-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "68da6321-ccda-442d-a49b-35421e0d3d40",
"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": "96e6b153-f59e-49d8-8ef5-8435eb2e4795",
"type": "user_notification_rules"
},
{
"id": "2c5f58cb-608e-473f-9be0-ed5700d13996",
"type": "user_notification_rules"
}
]
}
}
}
}