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": "Cleo Block",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Cleo",
"last_name": "Block",
"full_name": "Cleo Block",
"full_name_with_team": "[Schulist, Johns and Kemmer] Cleo Block",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-19T18:19:01.530-08:00",
"created_at": "2025-12-19T18:19:01.530-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "74412d3a-9fb0-425b-adc5-404dd2c8cf58",
"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": "4af626d9-f710-4a2b-a663-ab4f8a18adc4",
"type": "user_notification_rules"
},
{
"id": "e0fcc977-cdbc-4c75-bed7-48a72adc5c3b",
"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": "Cleo Block",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Cleo",
"last_name": "Block",
"full_name": "Cleo Block",
"full_name_with_team": "[Schulist, Johns and Kemmer] Cleo Block",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-19T18:19:01.530-08:00",
"created_at": "2025-12-19T18:19:01.530-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "74412d3a-9fb0-425b-adc5-404dd2c8cf58",
"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": "4af626d9-f710-4a2b-a663-ab4f8a18adc4",
"type": "user_notification_rules"
},
{
"id": "e0fcc977-cdbc-4c75-bed7-48a72adc5c3b",
"type": "user_notification_rules"
}
]
}
}
}
}