v1

latestOpenAPI 3.1.02026-07-2410057.1 KB

Delete User

Deletes a user. Deleting a user will permanently remove user data access. Per HIPAA guidelines, data is retained for 7 years and is available upon special request.

DELETE /organizations/:org_id/users/:uid?token=:token

delete/organizations/{org_id}/users/{uid}?token={token}

Path parameters

org_idstring required

Organization ID provided to you by Validic.

uidstring required

The UID you defined when provisioning the client.

tokenstring required

Developer Key as supplied by Validic.

Response

200

idstring
uidstring
sourcesobject[]
created_atstring
updated_atstring
deleted_atstring

Example response

{
  "id": "598518fd8a5da50001578157",
  "uid": "277040620-wcwflair",
  "marketplace": {
    "token": "c7ff3922e30c048f6e2fbd099ee1358d5871e3861419c16d195b0fc313b09c47",
    "url": "https://syncmydevice.com/?token=c7ff3922e30c048f6e2fbd099ee1358d5871e3861419c16d195b0fc313b09c47"
  },
  "location": {
    "timezone": "America/New_York",
    "country_code": "US"
  },
  "created_at": "2017-08-05T01:01:49Z",
  "updated_at": "2017-08-05T01:01:49Z",
  "deleted_at": "2017-08-05T01:16:23Z"
}