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": "619",
    "type": "users",
    "attributes": {
      "name": "Odette Tillman",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Odette",
      "last_name": "Tillman",
      "full_name": "Odette Tillman",
      "full_name_with_team": "[Emard Group] Odette Tillman",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-12-10T17:01:29.680-08:00",
      "created_at": "2025-12-10T17:01:29.680-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "e6d6accb-4fb7-4c14-9d12-a6029d256236",
            "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": "785eacee-1485-4496-b4d0-6f7c760321bc",
            "type": "user_notification_rules"
          },
          {
            "id": "69d9215b-afd3-4179-b8f7-0951437dd19f",
            "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