Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "970",
"type": "users",
"attributes": {
"name": "Christopher Wolff",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Christopher",
"last_name": "Wolff",
"full_name": "Christopher Wolff",
"full_name_with_team": "[Ritchie LLC] Christopher Wolff",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-25T11:08:52.116-08:00",
"created_at": "2026-01-25T11:08:52.116-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "6436c949-b161-4f70-b643-8e2d0737601f",
"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": "7129b95c-69a1-45a5-95dd-a9ddd9a6b38d",
"type": "user_notification_rules"
},
{
"id": "25188d02-1faa-47af-b2df-d6d8cfdf41df",
"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": "970",
"type": "users",
"attributes": {
"name": "Christopher Wolff",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Christopher",
"last_name": "Wolff",
"full_name": "Christopher Wolff",
"full_name_with_team": "[Ritchie LLC] Christopher Wolff",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-25T11:08:52.116-08:00",
"created_at": "2026-01-25T11:08:52.116-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "6436c949-b161-4f70-b643-8e2d0737601f",
"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": "7129b95c-69a1-45a5-95dd-a9ddd9a6b38d",
"type": "user_notification_rules"
},
{
"id": "25188d02-1faa-47af-b2df-d6d8cfdf41df",
"type": "user_notification_rules"
}
]
}
}
}
}