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": "Gertrude Schaden",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Gertrude",
"last_name": "Schaden",
"full_name": "Gertrude Schaden",
"full_name_with_team": "[Kohler and Sons] Gertrude Schaden",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-29T22:42:15.212-08:00",
"created_at": "2026-01-29T22:42:15.212-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "9b8eb5c0-c060-456c-b720-fe2b2e8e67d8",
"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": "2bb0635d-bbfe-46b4-889e-a72af8239611",
"type": "user_notification_rules"
},
{
"id": "3da5d9ce-e9b5-4579-ae00-d5b83d98ec2a",
"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": "Gertrude Schaden",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Gertrude",
"last_name": "Schaden",
"full_name": "Gertrude Schaden",
"full_name_with_team": "[Kohler and Sons] Gertrude Schaden",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-29T22:42:15.212-08:00",
"created_at": "2026-01-29T22:42:15.212-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "9b8eb5c0-c060-456c-b720-fe2b2e8e67d8",
"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": "2bb0635d-bbfe-46b4-889e-a72af8239611",
"type": "user_notification_rules"
},
{
"id": "3da5d9ce-e9b5-4579-ae00-d5b83d98ec2a",
"type": "user_notification_rules"
}
]
}
}
}
}