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": "Jasmin Hickle",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Jasmin",
"last_name": "Hickle",
"full_name": "Jasmin Hickle",
"full_name_with_team": "[Fisher, Raynor and Weissnat] Jasmin Hickle",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-09T14:27:07.747-08:00",
"created_at": "2026-02-09T14:27:07.747-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "2e2f889c-f536-4425-901a-77304b8e831f",
"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": "a758074b-0c7c-48c3-9ed6-13fb1e5cfaed",
"type": "user_notification_rules"
},
{
"id": "5cfbab2d-2bf1-4618-a917-467ac335e3cd",
"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": "Jasmin Hickle",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Jasmin",
"last_name": "Hickle",
"full_name": "Jasmin Hickle",
"full_name_with_team": "[Fisher, Raynor and Weissnat] Jasmin Hickle",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-09T14:27:07.747-08:00",
"created_at": "2026-02-09T14:27:07.747-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "2e2f889c-f536-4425-901a-77304b8e831f",
"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": "a758074b-0c7c-48c3-9ed6-13fb1e5cfaed",
"type": "user_notification_rules"
},
{
"id": "5cfbab2d-2bf1-4618-a917-467ac335e3cd",
"type": "user_notification_rules"
}
]
}
}
}
}