DELETE
/
v1
/
users
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/users/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "511",
    "type": "users",
    "attributes": {
      "name": "Hollis Will",
      "email": "juli@kuvalis-green.test",
      "phone": null,
      "phone_2": null,
      "full_name": "Hollis Will",
      "full_name_with_team": "[Walker-Koelpin] Hollis Will",
      "slack_id": null,
      "time_zone": "UTC",
      "updated_at": "2025-03-05T15:13:46.897-08:00",
      "created_at": "2025-03-05T15:13:46.897-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "78561901-199f-4717-b9d4-581c782fcd33",
            "type": "user_email_addresses"
          }
        ]
      },
      "phone_numbers": {
        "data": []
      },
      "devices": {
        "data": []
      }
    }
  }
}

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

200
application/vnd.api+json
user deleted
data
object
required