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": "Kirk Fahey",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Kirk",
"last_name": "Fahey",
"full_name": "Kirk Fahey",
"full_name_with_team": "[Will-Jaskolski] Kirk Fahey",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-03T14:05:56.370-08:00",
"created_at": "2026-02-03T14:05:56.370-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "ebfb9cc0-5371-4b9c-968a-7c48512ead05",
"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": "0df77440-ac6a-45b9-90cf-9d79edf38a26",
"type": "user_notification_rules"
},
{
"id": "db35d802-4ad3-4c92-a60e-8d8fb9a3c963",
"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": "Kirk Fahey",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Kirk",
"last_name": "Fahey",
"full_name": "Kirk Fahey",
"full_name_with_team": "[Will-Jaskolski] Kirk Fahey",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-03T14:05:56.370-08:00",
"created_at": "2026-02-03T14:05:56.370-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "ebfb9cc0-5371-4b9c-968a-7c48512ead05",
"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": "0df77440-ac6a-45b9-90cf-9d79edf38a26",
"type": "user_notification_rules"
},
{
"id": "db35d802-4ad3-4c92-a60e-8d8fb9a3c963",
"type": "user_notification_rules"
}
]
}
}
}
}