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": "Valerie Pagac",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Valerie",
"last_name": "Pagac",
"full_name": "Valerie Pagac",
"full_name_with_team": "[Upton-Mueller] Valerie Pagac",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-18T19:01:09.381-08:00",
"created_at": "2025-12-18T19:01:09.381-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "1200134d-29cc-4c73-bafe-0b21684a6460",
"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": "5bdd1327-8e00-4504-a4c2-3c36dfffe878",
"type": "user_notification_rules"
},
{
"id": "270bb570-549a-401c-8332-54e6fae8c2e6",
"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": "Valerie Pagac",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Valerie",
"last_name": "Pagac",
"full_name": "Valerie Pagac",
"full_name_with_team": "[Upton-Mueller] Valerie Pagac",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-18T19:01:09.381-08:00",
"created_at": "2025-12-18T19:01:09.381-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "1200134d-29cc-4c73-bafe-0b21684a6460",
"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": "5bdd1327-8e00-4504-a4c2-3c36dfffe878",
"type": "user_notification_rules"
},
{
"id": "270bb570-549a-401c-8332-54e6fae8c2e6",
"type": "user_notification_rules"
}
]
}
}
}
}