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": "1058",
    "type": "users",
    "attributes": {
      "name": "Fernanda Zulauf",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Fernanda",
      "last_name": "Zulauf",
      "full_name": "Fernanda Zulauf",
      "full_name_with_team": "[Gislason and Sons] Fernanda Zulauf",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-01-28T20:39:10.018-08:00",
      "created_at": "2026-01-28T20:39:10.018-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "c69f9544-2751-4663-9142-9b4b97c52482",
            "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": "2b2c3f1f-b7bc-4eca-a2ca-f67f38297472",
            "type": "user_notification_rules"
          },
          {
            "id": "54bd8713-9de6-42fe-9eda-5da2e49fed53",
            "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