Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "619",
"type": "users",
"attributes": {
"name": "Kellee Schamberger",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Kellee",
"last_name": "Schamberger",
"full_name": "Kellee Schamberger",
"full_name_with_team": "[Langosh, O'Reilly and Sporer] Kellee Schamberger",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-18T05:34:18.676-08:00",
"created_at": "2025-12-18T05:34:18.676-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "e734f3a1-f895-4c69-a0cf-f6a3f926544c",
"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": "32571f10-d7cb-4c39-9fb0-d5acfd8feef5",
"type": "user_notification_rules"
},
{
"id": "6dfdbcde-9db3-423e-ac63-088de55abb9b",
"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": "619",
"type": "users",
"attributes": {
"name": "Kellee Schamberger",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Kellee",
"last_name": "Schamberger",
"full_name": "Kellee Schamberger",
"full_name_with_team": "[Langosh, O'Reilly and Sporer] Kellee Schamberger",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-18T05:34:18.676-08:00",
"created_at": "2025-12-18T05:34:18.676-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "e734f3a1-f895-4c69-a0cf-f6a3f926544c",
"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": "32571f10-d7cb-4c39-9fb0-d5acfd8feef5",
"type": "user_notification_rules"
},
{
"id": "6dfdbcde-9db3-423e-ac63-088de55abb9b",
"type": "user_notification_rules"
}
]
}
}
}
}