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": "566",
    "type": "users",
    "attributes": {
      "name": "Theda Veum",
      "email": "winford@sporer.test",
      "phone": null,
      "phone_2": null,
      "first_name": "Theda",
      "last_name": "Veum",
      "full_name": "Theda Veum",
      "full_name_with_team": "[Dickens and Sons] Theda Veum",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-11-06T13:31:00.241-08:00",
      "created_at": "2025-11-06T13:31:00.241-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "723caa95-94ec-4cc8-83ed-77fc70cc3786",
            "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": "2eeb772a-d751-4a6d-b287-365fb70200e7",
            "type": "user_notification_rules"
          },
          {
            "id": "b6cb4e32-6e84-40e2-b643-c2c79dc343a5",
            "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