Thrive AI Health
Api reference

Delete the user and all associated data

Irreversible from the partner perspective. All member-scoped data owned by Thrive AI Health is purged. Returns `204 No Content`. Member-scoped — the caller must hold a valid bearer for `user_id`. A separate org-admin delete endpoint is planned for partner-driven account removals (e.g. offboarding) that happen without the member online.

DELETE
/v1/users/{user_id}

Authorization

MemberBearer
AuthorizationBearer <token>

Member-scoped JWT minted by POST /v1/auth/token. Required on every /v1/users/{user_id}/... route; the token's sub claim must match the path user_id.

In: header

Path Parameters

user_id*User Id
Formatuuid

Header Parameters

org-id?string|null
x-user-id?string|null
x-request-id?string|null
traceparent?string|null
Idempotency-Key?|null

Response Body

application/json

curl -X DELETE "https://loading/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}