Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "619",
"type": "users",
"attributes": {
"name": "Berry Luettgen",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Berry",
"last_name": "Luettgen",
"full_name": "Berry Luettgen",
"full_name_with_team": "[Bode and Sons] Berry Luettgen",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-16T23:55:59.959-08:00",
"created_at": "2025-12-16T23:55:59.959-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "a3c77c51-1a8f-4bf7-93e0-ecb879cff264",
"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": "521691f7-d1af-4510-bd6d-353097eadaeb",
"type": "user_notification_rules"
},
{
"id": "b66ae8d4-a9b5-4d1c-b5ce-1e681de8e5a7",
"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": "619",
"type": "users",
"attributes": {
"name": "Berry Luettgen",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Berry",
"last_name": "Luettgen",
"full_name": "Berry Luettgen",
"full_name_with_team": "[Bode and Sons] Berry Luettgen",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-16T23:55:59.959-08:00",
"created_at": "2025-12-16T23:55:59.959-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "a3c77c51-1a8f-4bf7-93e0-ecb879cff264",
"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": "521691f7-d1af-4510-bd6d-353097eadaeb",
"type": "user_notification_rules"
},
{
"id": "b66ae8d4-a9b5-4d1c-b5ce-1e681de8e5a7",
"type": "user_notification_rules"
}
]
}
}
}
}