# Deletes all credit bureau reported accounts information held for a user Endpoint: DELETE /connect/users/v1/{userId}/accounts Version: all Security: Bearer ## Path parameters: - `userId` (string, required) Id of the User ## Response 200 fields (application/json): - `status` (boolean) - `message` (string,null) ## Response 401 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 409 fields (application/json): - `status` (boolean) - `message` (string,null)