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": "1088",
    "type": "users",
    "attributes": {
      "name": "Filomena Donnelly",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Filomena",
      "last_name": "Donnelly",
      "full_name": "Filomena Donnelly",
      "full_name_with_team": "[Hauck LLC] Filomena Donnelly",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2026-02-12T14:05:14.858-08:00",
      "created_at": "2026-02-12T14:05:14.858-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "305fd3f0-2245-4042-aa2d-e70f5f8ce15e",
            "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": "f551634a-5697-4fe8-9ce1-ef33bf658d72",
            "type": "user_notification_rules"
          },
          {
            "id": "9fdb2ce2-eb18-4cd6-ada5-faa4a3ce72aa",
            "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