Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "622",
"type": "users",
"attributes": {
"name": "Samara Reichert",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Samara",
"last_name": "Reichert",
"full_name": "Samara Reichert",
"full_name_with_team": "[Langosh, Moen and Gibson] Samara Reichert",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-03T21:30:25.328-08:00",
"created_at": "2026-01-03T21:30:25.328-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "b38e14f1-44aa-40fe-9b32-a4d2032b0921",
"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": "fc059fc9-24cc-4235-a07c-b7c8ae497dfd",
"type": "user_notification_rules"
},
{
"id": "91fc0aaf-f2c0-45fd-afe6-358de0131301",
"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": "622",
"type": "users",
"attributes": {
"name": "Samara Reichert",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Samara",
"last_name": "Reichert",
"full_name": "Samara Reichert",
"full_name_with_team": "[Langosh, Moen and Gibson] Samara Reichert",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-03T21:30:25.328-08:00",
"created_at": "2026-01-03T21:30:25.328-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "b38e14f1-44aa-40fe-9b32-a4d2032b0921",
"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": "fc059fc9-24cc-4235-a07c-b7c8ae497dfd",
"type": "user_notification_rules"
},
{
"id": "91fc0aaf-f2c0-45fd-afe6-358de0131301",
"type": "user_notification_rules"
}
]
}
}
}
}