Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
user deleted
Delete a specific user by id
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "568",
"type": "users",
"attributes": {
"name": "Arturo Parisian",
"email": "micheal.goodwin@schuppe.test",
"phone": null,
"phone_2": null,
"first_name": "Arturo",
"last_name": "Parisian",
"full_name": "Arturo Parisian",
"full_name_with_team": "[Schumm-Schmidt] Arturo Parisian",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-11-21T14:35:12.559-08:00",
"created_at": "2025-11-21T14:35:12.559-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "a77dd180-7fcb-4ce4-bc8b-f14b34d4f4f6",
"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": "badc06d8-6024-45cb-9a52-05ed9d04aef3",
"type": "user_notification_rules"
},
{
"id": "8a60c415-b468-4df3-bba2-f54579d5757e",
"type": "user_notification_rules"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "568",
"type": "users",
"attributes": {
"name": "Arturo Parisian",
"email": "micheal.goodwin@schuppe.test",
"phone": null,
"phone_2": null,
"first_name": "Arturo",
"last_name": "Parisian",
"full_name": "Arturo Parisian",
"full_name_with_team": "[Schumm-Schmidt] Arturo Parisian",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-11-21T14:35:12.559-08:00",
"created_at": "2025-11-21T14:35:12.559-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "a77dd180-7fcb-4ce4-bc8b-f14b34d4f4f6",
"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": "badc06d8-6024-45cb-9a52-05ed9d04aef3",
"type": "user_notification_rules"
},
{
"id": "8a60c415-b468-4df3-bba2-f54579d5757e",
"type": "user_notification_rules"
}
]
}
}
}
}