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": "Fredrick Padberg",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Fredrick",
"last_name": "Padberg",
"full_name": "Fredrick Padberg",
"full_name_with_team": "[Heller-Heidenreich] Fredrick Padberg",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-19T07:46:31.475-08:00",
"created_at": "2025-12-19T07:46:31.475-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "0d51b531-78f2-42ba-8ffd-8fe29b94c2d2",
"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": "229b1f65-d056-4a21-8cf1-cd4ee7852bd8",
"type": "user_notification_rules"
},
{
"id": "4c45f540-24b6-4d81-b0a3-63ebe5850c59",
"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": "Fredrick Padberg",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Fredrick",
"last_name": "Padberg",
"full_name": "Fredrick Padberg",
"full_name_with_team": "[Heller-Heidenreich] Fredrick Padberg",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-19T07:46:31.475-08:00",
"created_at": "2025-12-19T07:46:31.475-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "0d51b531-78f2-42ba-8ffd-8fe29b94c2d2",
"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": "229b1f65-d056-4a21-8cf1-cd4ee7852bd8",
"type": "user_notification_rules"
},
{
"id": "4c45f540-24b6-4d81-b0a3-63ebe5850c59",
"type": "user_notification_rules"
}
]
}
}
}
}