Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1060",
"type": "users",
"attributes": {
"name": "Manual Lynch",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Manual",
"last_name": "Lynch",
"full_name": "Manual Lynch",
"full_name_with_team": "[Hyatt, Predovic and Feest] Manual Lynch",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-04T09:22:44.534-08:00",
"created_at": "2026-02-04T09:22:44.534-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "bd2bf5d9-5d79-4b9f-af64-9f586ac48a2d",
"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": "35bebf5c-57dc-4db6-8d53-80584fcb23c0",
"type": "user_notification_rules"
},
{
"id": "57065f9d-182a-48b2-8668-96b5f8ef0d9c",
"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": "1060",
"type": "users",
"attributes": {
"name": "Manual Lynch",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Manual",
"last_name": "Lynch",
"full_name": "Manual Lynch",
"full_name_with_team": "[Hyatt, Predovic and Feest] Manual Lynch",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-04T09:22:44.534-08:00",
"created_at": "2026-02-04T09:22:44.534-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "bd2bf5d9-5d79-4b9f-af64-9f586ac48a2d",
"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": "35bebf5c-57dc-4db6-8d53-80584fcb23c0",
"type": "user_notification_rules"
},
{
"id": "57065f9d-182a-48b2-8668-96b5f8ef0d9c",
"type": "user_notification_rules"
}
]
}
}
}
}