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": "George Howe",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "George",
      "last_name": "Howe",
      "full_name": "George Howe",
      "full_name_with_team": "[Toy Inc] George Howe",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-12-16T03:05:31.411-08:00",
      "created_at": "2025-12-16T03:05:31.411-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "93714d5c-70fd-47fb-8e8b-f15625c5642c",
            "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": "24fec2a3-e041-4020-9570-13eadc308033",
            "type": "user_notification_rules"
          },
          {
            "id": "36be08ce-107f-4964-939d-2b1e3061706c",
            "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