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": "970",
    "type": "users",
    "attributes": {
      "name": "Doug Ortiz",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Doug",
      "last_name": "Ortiz",
      "full_name": "Doug Ortiz",
      "full_name_with_team": "[Raynor LLC] Doug Ortiz",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-01-18T18:31:20.348-08:00",
      "created_at": "2026-01-18T18:31:20.348-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "97724ab8-52c2-4bea-9796-9c040a11d1ec",
            "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": "300cd174-4c9e-4579-911a-a6ac47a754f0",
            "type": "user_notification_rules"
          },
          {
            "id": "3f4bb234-5e2a-4bfb-b832-b0d6adfa514a",
            "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