Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1084",
"type": "users",
"attributes": {
"name": "Ian Lebsack",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Ian",
"last_name": "Lebsack",
"full_name": "Ian Lebsack",
"full_name_with_team": "[Predovic Inc] Ian Lebsack",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-07T16:51:32.153-08:00",
"created_at": "2026-02-07T16:51:32.153-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "388a6a32-a5bc-465b-857e-6ef2c592a8d3",
"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": "98c66760-8823-453b-9d94-2a832b746ec8",
"type": "user_notification_rules"
},
{
"id": "91bb9a93-edfd-460a-a277-3879e91783bf",
"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": "1084",
"type": "users",
"attributes": {
"name": "Ian Lebsack",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Ian",
"last_name": "Lebsack",
"full_name": "Ian Lebsack",
"full_name_with_team": "[Predovic Inc] Ian Lebsack",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-07T16:51:32.153-08:00",
"created_at": "2026-02-07T16:51:32.153-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "388a6a32-a5bc-465b-857e-6ef2c592a8d3",
"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": "98c66760-8823-453b-9d94-2a832b746ec8",
"type": "user_notification_rules"
},
{
"id": "91bb9a93-edfd-460a-a277-3879e91783bf",
"type": "user_notification_rules"
}
]
}
}
}
}