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": "568",
    "type": "users",
    "attributes": {
      "name": "Natosha Wintheiser",
      "email": "augustine@buckridge.example",
      "phone": null,
      "phone_2": null,
      "first_name": "Natosha",
      "last_name": "Wintheiser",
      "full_name": "Natosha Wintheiser",
      "full_name_with_team": "[Blanda-Hessel] Natosha Wintheiser",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-11-18T12:32:30.644-08:00",
      "created_at": "2025-11-18T12:32:30.644-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "4d774f19-6a29-4d9f-826e-ea3c470c2141",
            "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": "72660f46-6256-4999-9c5c-ff5decab786a",
            "type": "user_notification_rules"
          },
          {
            "id": "12b4f9b5-3b6f-4658-963f-24e98aa54649",
            "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