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": "1158",
    "type": "users",
    "attributes": {
      "name": "Lea Schmeler",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Lea",
      "last_name": "Schmeler",
      "full_name": "Lea Schmeler",
      "full_name_with_team": "[Satterfield-Cummerata] Lea Schmeler",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-02-13T14:10:25.337-08:00",
      "created_at": "2026-02-13T14:10:25.337-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "d18d9a03-c9aa-45d1-b31c-ff1487c01785",
            "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": "49ba3fef-ad68-4015-bd2a-aa71ddf828a4",
            "type": "user_notification_rules"
          },
          {
            "id": "f1e5089f-945b-4c98-9023-bc3d9dffc4cf",
            "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