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": "1060",
    "type": "users",
    "attributes": {
      "name": "Shera Gleichner",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Shera",
      "last_name": "Gleichner",
      "full_name": "Shera Gleichner",
      "full_name_with_team": "[Predovic Group] Shera Gleichner",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-02-06T20:52:08.656-08:00",
      "created_at": "2026-02-06T20:52:08.656-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "f94abd5f-bb69-4fe5-93ac-279031480a81",
            "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": "7770ba54-9235-4610-b247-bb67be1616e0",
            "type": "user_notification_rules"
          },
          {
            "id": "e93bc975-57ff-40db-a09d-a41e2a284b40",
            "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