Skip to main content
DELETE
/
v1
/
users
/
{id}
Delete an user
curl --request DELETE \
  --url https://api.rootly.com/v1/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "949",
    "type": "users",
    "attributes": {
      "name": "Lyle Mante",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Lyle",
      "last_name": "Mante",
      "full_name": "Lyle Mante",
      "full_name_with_team": "[Cronin-Wiza] Lyle Mante",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-01-10T13:39:40.833-08:00",
      "created_at": "2026-01-10T13:39:40.833-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "42468236-c863-4acd-a398-e000b83408e7",
            "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": "b74fd25b-295e-4f27-bc51-e7f198dfe0f1",
            "type": "user_notification_rules"
          },
          {
            "id": "01f83d31-d58f-4703-9c9f-f285b3d83fef",
            "type": "user_notification_rules"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

user deleted

data
object
required