Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "617",
"type": "users",
"attributes": {
"name": "Daisey Ernser",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Daisey",
"last_name": "Ernser",
"full_name": "Daisey Ernser",
"full_name_with_team": "[Trantow, Raynor and Von] Daisey Ernser",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-03T15:49:08.983-08:00",
"created_at": "2025-12-03T15:49:08.983-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "4c8e1ef3-71a1-4b39-97c7-b78b1326e27c",
"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": "48b0fa9b-d862-4b91-86cc-45df115a12df",
"type": "user_notification_rules"
},
{
"id": "bb09b3e8-e0f0-427b-95a3-3039802b6676",
"type": "user_notification_rules"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user deleted
Show child attributes
Unique ID of the user
users Show child attributes
The email of the user
Date of creation
Date of last update
First name of the user
Last name of the user
The full name of the user
The full name with team of the user
Configured time zone
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "617",
"type": "users",
"attributes": {
"name": "Daisey Ernser",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Daisey",
"last_name": "Ernser",
"full_name": "Daisey Ernser",
"full_name_with_team": "[Trantow, Raynor and Von] Daisey Ernser",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-03T15:49:08.983-08:00",
"created_at": "2025-12-03T15:49:08.983-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "4c8e1ef3-71a1-4b39-97c7-b78b1326e27c",
"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": "48b0fa9b-d862-4b91-86cc-45df115a12df",
"type": "user_notification_rules"
},
{
"id": "bb09b3e8-e0f0-427b-95a3-3039802b6676",
"type": "user_notification_rules"
}
]
}
}
}
}