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": "568",
    "type": "users",
    "attributes": {
      "name": "Eldora Wolf",
      "email": "laci_blanda@kshlerin.test",
      "phone": null,
      "phone_2": null,
      "first_name": "Eldora",
      "last_name": "Wolf",
      "full_name": "Eldora Wolf",
      "full_name_with_team": "[Skiles-Funk] Eldora Wolf",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-11-14T13:19:01.303-08:00",
      "created_at": "2025-11-14T13:19:01.303-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "5945dedc-cbb3-43fc-b7da-8a6acc51c2e7",
            "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": "e4367ad2-d588-4f2e-a3c0-05226e877d49",
            "type": "user_notification_rules"
          },
          {
            "id": "bd517b16-5234-4f64-a4a0-019d8e6f1062",
            "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