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": "Tabatha Stanton",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Tabatha",
"last_name": "Stanton",
"full_name": "Tabatha Stanton",
"full_name_with_team": "[Stoltenberg, Bernier and Reichel] Tabatha Stanton",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-23T23:21:56.246-08:00",
"created_at": "2025-12-23T23:21:56.246-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "45213228-50fb-4818-8316-ac479610da27",
"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": "a8f2cf88-6832-49f9-82bc-d3c7a1053af3",
"type": "user_notification_rules"
},
{
"id": "044bcca2-9163-484d-826b-3d46c1c8dff1",
"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": "Tabatha Stanton",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Tabatha",
"last_name": "Stanton",
"full_name": "Tabatha Stanton",
"full_name_with_team": "[Stoltenberg, Bernier and Reichel] Tabatha Stanton",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-23T23:21:56.246-08:00",
"created_at": "2025-12-23T23:21:56.246-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "45213228-50fb-4818-8316-ac479610da27",
"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": "a8f2cf88-6832-49f9-82bc-d3c7a1053af3",
"type": "user_notification_rules"
},
{
"id": "044bcca2-9163-484d-826b-3d46c1c8dff1",
"type": "user_notification_rules"
}
]
}
}
}
}