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": "1060",
    "type": "users",
    "attributes": {
      "name": "Cruz Marvin",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Cruz",
      "last_name": "Marvin",
      "full_name": "Cruz Marvin",
      "full_name_with_team": "[Reichel Group] Cruz Marvin",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-01-31T09:20:28.102-08:00",
      "created_at": "2026-01-31T09:20:28.102-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "0c0098fb-9765-4582-960d-c340a6ed57c2",
            "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": "e367b152-10e9-46a0-8d0a-439981a27ec9",
            "type": "user_notification_rules"
          },
          {
            "id": "b8e656ad-b00b-4620-842a-cc6f2f2b838f",
            "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