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": "Mohammad Dare",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Mohammad",
      "last_name": "Dare",
      "full_name": "Mohammad Dare",
      "full_name_with_team": "[Kris-Braun] Mohammad Dare",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-01-11T22:36:06.758-08:00",
      "created_at": "2026-01-11T22:36:06.758-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "7edf37e0-5902-4d88-83f2-e5fbc564f48c",
            "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": "af6e097f-f26b-4081-b791-25ed6b8abb49",
            "type": "user_notification_rules"
          },
          {
            "id": "9c3f3f91-e96e-43f4-a6bd-a690dd0f2c53",
            "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