Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1158",
"type": "users",
"attributes": {
"name": "Jin Bartell",
"email": "sachiko.willms@collins-heller.example",
"phone": null,
"phone_2": null,
"first_name": "Jin",
"last_name": "Bartell",
"full_name": "Jin Bartell",
"full_name_with_team": "[Gulgowski, Jacobi and Luettgen] Jin Bartell",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-16T14:43:25.696-08:00",
"created_at": "2026-02-16T14:43:25.696-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "136e8740-6798-415f-9e59-95e26e375147",
"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": "626257b0-4e33-4e2a-ae7e-f6334a1151fa",
"type": "user_notification_rules"
},
{
"id": "58c96ded-e7c7-4400-af98-20de2dd4854e",
"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": "1158",
"type": "users",
"attributes": {
"name": "Jin Bartell",
"email": "sachiko.willms@collins-heller.example",
"phone": null,
"phone_2": null,
"first_name": "Jin",
"last_name": "Bartell",
"full_name": "Jin Bartell",
"full_name_with_team": "[Gulgowski, Jacobi and Luettgen] Jin Bartell",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-16T14:43:25.696-08:00",
"created_at": "2026-02-16T14:43:25.696-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "136e8740-6798-415f-9e59-95e26e375147",
"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": "626257b0-4e33-4e2a-ae7e-f6334a1151fa",
"type": "user_notification_rules"
},
{
"id": "58c96ded-e7c7-4400-af98-20de2dd4854e",
"type": "user_notification_rules"
}
]
}
}
}
}